Skip to content

Commit 95f84e7

Browse files
authored
Apply suggestions from code review
1 parent 57577c8 commit 95f84e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/agents/model-context-protocol/getting-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ If you have already [connected a git repository](/workers/ci-cd/builds/) to the
100100

101101
After deploying, take the URL of your deployed MCP server, and enter it in the MCP inspector running on `http://localhost:5173`. You now have a remote MCP server, deployed to Cloudflare, that MCP clients can connect to.
102102

103-
### Connect your MCP server to Claude and other MCP Clients
103+
### Connect your remote MCP server to Claude and other MCP Clients via a local proxy
104104

105-
Now that your MCP server is running with OAuth authentication, you can connect Claude Desktop or other MCP clients to it. This lets you to test what an interaction with your OAuth-enabled MCP server will be like with a real MCP client.
105+
Now that your MCP server is running with OAuth authentication, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect Claude Desktop or other MCP clients to it — even though if these tools aren't yet _remote_ MCP clients, and don't support remote transport or authorization on the client side. This lets you to test what an interaction with your OAuth-enabled MCP server will be like with a real MCP client.
106106

107107
#### Connect to your MCP server running locally
108108

109109
Follow these steps to connect Claude Desktop to the MCP server running on your local machine:
110110

111111
1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config. This opens the configuration file that controls which MCP servers Claude can access.
112-
2. Replace the content with this configuration:
112+
2. Add the MCP server to your config:
113113

114114
```json
115115
{
@@ -124,7 +124,7 @@ Follow these steps to connect Claude Desktop to the MCP server running on your l
124124
}
125125
}
126126
```
127-
This tells Claude to communicate with your MCP server running at `http://localhost:8787/sse`, with the `mcp-remote` tool handling the authentication between Claude and your server.
127+
This tells Claude to communicate with your MCP server running at `http://localhost:8787/sse`.
128128

129129
3. Save the file and restart Claude Desktop (command/ctrl + R). When Claude restarts, a browser window will open showing your OAuth login page. Complete the authentication flow to grant Claude access to your MCP server.
130130

0 commit comments

Comments
 (0)