remote-mcp-server

remote-mcp-server

0

This project sets up and operates a remote Model Context Protocol (MCP) server on Cloudflare Workers, complete with local development and deployment capabilities. It offers integration with tools like MCP Inspector and Claude Desktop to enhance interaction with the server.

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 http://localhost:8787/.

Connect MCP Inspector

  • Use the MCP Inspector to interact with the MCP API via SSE.
  • Log in and explore available tools.

Connect Claude Desktop

  • Update configuration to connect Claude to the local MCP server.

Deploy to Cloudflare

  • Create a KV namespace and deploy using npm.

Connect Remote MCP

  • Use the MCP Inspector or Claude Desktop to connect to the deployed MCP server.

Debugging

  • Troubleshoot by restarting Claude or clearing authentication files.