remote-mcp-server

remote-mcp-server

0

This project provides a guide to setting up a remote MCP server through Cloudflare Workers, including local development, using the MCP Inspector, and connecting to Claude Desktop. It emphasizes interaction with the MCP API and deployment procedures.

Remote MCP Server on Cloudflare

Set up a remote MCP server on Cloudflare Workers with OAuth login.

Develop locally

  • Clone the repository and install dependencies.
  • Run the server locally and access it via a web browser.

Connect the MCP inspector to your server

  • Use the MCP Inspector to explore your server's API.
  • Set up connection configurations and authenticate via a mock login.

Connect Claude Desktop to your local MCP server

  • Configure Claude Desktop to interact with your local MCP server.
  • Use a browser to login and access available tools.

Deploy to Cloudflare

  • Create a KV namespace and follow deployment steps.

Call your newly deployed remote MCP server from a remote MCP client

  • Use the MCP inspector with a workers.dev URL to connect from a remote client.

Connect Claude Desktop to your remote MCP server

  • Update Claude configuration to communicate with your remote server.