remote-mcp-server

remote-mcp-server

0

This project sets up a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth support. It provides instructions for local development, connecting tools like the MCP Inspector and Claude Desktop, and deploying to Cloudflare. It focuses on integrating cloud features with ease of deployment and remote access.

Remote MCP Server on Cloudflare

  • Get a remote MCP server up and running on Cloudflare Workers with OAuth login.
  • Develop locally: Clone the repository, install dependencies, and run using npx nx dev.
  • Connect the MCP inspector to your server to explore your MCP API using the MCP Inspector tool.
  • Connect Claude Desktop: Integrate the local MCP server with Claude by updating the configuration file.
  • Deploy to Cloudflare: Use Wrangler to create a KV namespace and deploy the server.
  • Remote MCP Client Connection: Connect to your MCP server from a remote client using the workers.dev URL.
  • Debugging: Steps to troubleshoot issues including restarting Claude and clearing authentication files.