diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index 2dc474c8bd5646..8cb8862383661f 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -59,7 +59,7 @@ npx @modelcontextprotocol/inspector@latest Open the MCP inspector in your web browser: ```sh -open http://localhost:5173 +open http://127.0.0.1:6274 ``` In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**. You should see the "List Tools" button, which will list the tools that your MCP server exposes. @@ -76,7 +76,7 @@ npx wrangler@latest deploy If you have already [connected a git repository](/workers/ci-cd/builds/) to the Worker with your MCP server, you can deploy your MCP server by pushing a change or merging a pull request to the main branch of the repository. -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. +After deploying, take the URL of your deployed MCP server, and enter it in the MCP inspector running on `http://127.0.0.1:6274`. You now have a remote MCP server, deployed to Cloudflare, that MCP clients can connect to. ### Connect your Remote MCP server to Claude and other MCP Clients via a local proxy @@ -193,7 +193,7 @@ npx @modelcontextprotocol/inspector@latest Open the MCP inspector in your web browser: ```sh -open http://localhost:5173 +open http://127.0.0.1:6274 ``` In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**: