You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/agents/guides/test-remote-mcp-server.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { Render } from "~/components";
9
9
10
10
Remote, authorized connections are an evolving part of the [Model Context Protocol (MCP) specification](https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/). Not all MCP clients support remote connections yet.
11
11
12
-
This guide will show you options for how to start using your remote MCP server with MCP clients that support remote connections. If you haven't yet created and deployed a remote MCP server, you should follow the [Build a Remote MCP Server](/agents/guides/remote-mcp-server/) guide first.
12
+
This guide will show you options for how to start using your remote MCP server with MCP clients that support remote connections. If you have not yet created and deployed a remote MCP server, you should follow the [Build a Remote MCP Server](/agents/guides/remote-mcp-server/) guide first.
13
13
14
14
## The Model Context Protocol (MCP) inspector
15
15
@@ -31,7 +31,7 @@ Once you have authenticated, you will be redirected back to the inspector. You s
31
31
32
32
## Connect your remote MCP server to Claude Desktop via a local proxy
33
33
34
-
Even though [Claude Desktop](https://claude.ai/download)doesn't yet support remote MCP clients, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect it to your remote MCP server. This lets you to test what an interaction with your remote MCP server will be like with a real-world MCP client.
34
+
Even though [Claude Desktop](https://claude.ai/download)does not yet support remote MCP clients, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect it to your remote MCP server. This lets you to test what an interaction with your remote MCP server will be like with a real-world MCP client.
35
35
36
36
1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config. This opens the configuration file that controls which MCP servers Claude can access.
37
37
2. Replace the content with a configuration like this:
@@ -55,7 +55,7 @@ Once authenticated, you'll be able to see your tools by clicking the tools icon
55
55
56
56
## Connect your remote MCP server to Cursor
57
57
58
-
To connect [Cursor](https://www.cursor.com/) with your remote MCP server, choose `Type`: "Command" and in the `Command` field, combine the command and args fields into one (e.g.`npx mcp-remote https://your-worker-name.your-account.workers.dev/sse`).
58
+
To connect [Cursor](https://www.cursor.com/) with your remote MCP server, choose `Type`: "Command" and in the `Command` field, combine the command and args fields into one (for example, `npx mcp-remote https://your-worker-name.your-account.workers.dev/sse`).
0 commit comments