Remote MCP Server on Cloudflare
@Synohara
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-synohara": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A server that runs on Cloudflare Workers to provide a remote MCP (Model Context Protocol) endpoint with OAuth login. Designed for developers who want to expose MCP tools (e.g., math functions) to remote clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npm run deploy after setting up a KV namespace. Connect clients via the MCP Inspector (SSE transport) or Claude Desktop by configuring mcpServers in Claude’s config file with the local or remote /sse URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access
- SSE transport for MCP communication
- Local development and Cloudflare Workers deployment
- Works with MCP Inspector and Claude Desktop
- Supports custom tools (e.g., math operations)
- Includes a local proxy (
mcp-remote) for Claude
Use cases of Remote MCP Server on Cloudflare
- Expose a math tool to Claude Desktop for remote calculation
- Test MCP tools locally with the MCP Inspector
- Deploy a production MCP server on Cloudflare’s edge network
- Provide OAuth‑protected MCP endpoints for custom clients
FAQ from Remote MCP Server on Cloudflare
How do I develop the server locally?
Clone the repository, run npm install, then execute npx nx dev remote-mcp-server and open http://localhost:8787/ in your browser.
How can I test the server with MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE and URL to http://localhost:8787/sse, then click Connect. A mock login screen appears; enter any email and password.
How do I connect Claude Desktop to my local server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an MCP server with command npx and args ["mcp-remote", "http://localhost:8787/sse"]. Restart Claude to see available tools.
How do I deploy the server 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. Your server will be available at a workers.dev URL.
What should I do if something goes wrong?
Restart Claude, or test the MCP server directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth files with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Cloudflare MCP Server
cloudflareMCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
评论