Replies: 1 comment 2 replies
-
We were able to get this going with a workaround we found online. You need to use the npx "remote-mcp" package as a proxy so that Claude Desktop sees your remote MCP server as local. The steps we took were:
{
"mcpServers": {
"<server name>": {
"command": "npx",
"args": [
"mcp-remote",
"https://<server url>/mcp/"
]
}
} And that's it! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Team,
First of all, thanks for the awesome work that has been done in this project
I have set up a remote MCP server with OAuth, and it works well with the cursor and inspector
I also understand from the anthropic doc that Claude's desktop does not support remote server integration, but the pro or teams user can set up the connectors - I am trying that, but the MCP server that works with other clients does not work with Claude desktop
Has someone made it work?
Beta Was this translation helpful? Give feedback.
All reactions