Deploy a remote MCP server without authentication on Cloudflare Workers.
This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
This will deploy your MCP server to a URL like: remote-mcp-server-authless.<your-account>.workers.dev/sse
Alternatively, you can use the command line below to get the remote MCP Server created on your local machine:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
To add your own tools to the MCP server, define each tool inside the init()
method of src/index.ts
using this.server.tool(...)
.
You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
remote-mcp-server-authless.<your-account>.workers.dev/sse
)You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse
]
}
}
}
Restart Claude and you should see the tools become available.
A knowledge management tool for code repositories using vector embeddings, powered by a local Ollama service.
Provides developers with continuous, project-centric context awareness. Requires a TursoDB database.
An MCP server and client implementation for EdgeOne Pages Functions, supporting OpenAI-formatted requests.
A bridge between the Unity game engine and AI assistants using the Model Context Protocol (MCP).
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Arbitrary code execution and tool-use platform for LLMs by Riza
A quantum circuit simulator with noise models and OpenQASM 2.0 support, accessible via the Model Context Protocol (MCP).
An MCP server for the transformer.bee service, configurable via environment variables.
Fetches API information from Feishu OpenAPI for seamless integration and management within an IDE.
Provides real-time access to Chainlink's decentralized on-chain price feeds.