Remote MCP Server on Cloudflare
@devinellis
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-devinellis": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a project that enables running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, allowing developers to deploy and connect remote MCP servers to clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Deploy to Cloudflare by creating a KV namespace for OAuth and running npm run deploy. Connect MCP clients over SSE by pointing to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploys MCP server on Cloudflare Workers
- Includes OAuth login flow
- Works with MCP Inspector and Claude Desktop
- Local development with live reload
- Simple deployment via Wrangler CLI
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server accessible from anywhere
- Connect Claude Desktop to a server running on Cloudflare Workers
- Prototype and test MCP tools with OAuth authentication
FAQ from Remote MCP Server on Cloudflare
What does this project provide?
It provides a template to set up a remote MCP server on Cloudflare Workers with OAuth login, enabling connections from various MCP clients.
How do I develop locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Open http://localhost:8787/ in your browser.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your remote URL) as the server URL. Use the mock login screen to authenticate.
How do I connect Claude Desktop to the remote server?
Edit Claude Desktop’s config file to add an MCP server with command npx mcp-remote and the URL of your worker’s /sse endpoint (e.g., https://worker-name.account-name.workers.dev/sse).
云与基础设施 分类下的更多 MCP 服务器
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
评论