remote-mcp-server-demo

remote-mcp-server-demo

0

This project provides a method to deploy a Model Context Protocol (MCP) server on Cloudflare Workers without authentication needed. It includes customization options for server tools and facilitates connections through Cloudflare AI Playground and local or remote clients like Claude Desktop.

Building a Remote MCP Server on Cloudflare

This project allows the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication. Key features include custom tool integration by defining tools in src/index.ts, connection to Cloudflare AI Playground for remote MCP client access, and integration with Claude Desktop using the mcp-remote proxy.

Get Started:

  • Deploy the MCP server using Cloudflare Workers deployment button.
  • Alternatively, use npm to create a local MCP server.

Customizing:

  • Add custom tools to the MCP server.

Connecting:

  • Use Cloudflare AI Playground or connect via Claude Desktop.