|
Configuring the MCP servers into Claude Desktop App currently only show how to add the stdio protocol versions. |
Replies: 18 comments 18 replies
|
This is not supported at the moment. |
|
I just wrote a stdio to http sse gateway with example MCP server and client as well. The server exposes DuckDB database and allows Claude to run queries on it. |
|
Is there any update on this? I am able to use this on LibreChat and Cursor now but it doesn't work on Claude Desktop app |
|
Are SSE Servers supported with Claude Desktop yet? If so, what does the configuration look like? |
|
Updated the README in the example stdio to HTTP SSE bridge: Shouldn't be too hard to convert to python if you prefer that. Naturally, you can run your server in Python if you like. |
|
Could you please at least state whether this is on the roadmap or not? I am working on a somewhat complex MCP server and currently, it only supports HTTP SSE due to some OS-level permission issues. If it was an Open Source project, I'd love to contribute as well :) |
|
Claude Desktop App with SSEServerTransport, what does the configuration look like? |
|
This worked for me: https://developers.cloudflare.com/agents/guides/test-remote-mcp-server/#connect-your-remote-mcp-server-to-claude-desktop-via-a-local-proxy |
|
We made Minibridge to support that use case for free and more https://github.com/acuvity/minibridge |
|
any updates on this? |
|
It's working from Claude Code with FastMCP's SSE mode: |
|
Any update on this? |
|
WHy is MCP creator so behind for this support? |
|
Remote MCP support in Claude is now documented here: https://support.anthropic.com/en/articles/11175166-about-custom-integrations-using-remote-mcp |
|
"Custom connectors" don't work on localhost with http, since Claude Desktop requires that the URL start with https. Could you please allow http on localhost so that people can easily run their own servers? |
|
Yes, same problem here. But According to Claude's doc, http is supported. |
|
In order to test your http MCP server using claude desktop, you need to use this configuration, that is unnecessary if you have the "pro" paied version, but mandatory with the free version, as far as the "command" keyword is mandatory. Example of claude_desktop_config.json: Use your MCP url address with proper port as needed. |
|
I created this package to bridge local MCP servers running on HTTP to stdio for Claude Desktop, which rejects URLs starting with https://github.com/DePasqualeOrg/mcp-http-stdio-bridge You can use it like this in {
"mcpServers": {
"My Server": {
"command": "npx",
"args": ["-y", "@depasquale/mcp-http-stdio-bridge", "--url", "http://localhost:8080/mcp"]
}
}
} |
Remote MCP support in Claude is now documented here: https://support.anthropic.com/en/articles/11175166-about-custom-integrations-using-remote-mcp