Remote MCP Server on Cloudflare
@Emmabeyond
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-emmabeyond": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server deployed on Cloudflare Workers with OAuth login, enabling AI assistants like Claude to invoke custom tools over the internet.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then connect via MCP Inspector or configure Claude Desktop using the mcp-remote proxy. Deploy to Cloudflare with npm run deploy after creating a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Deploys on Cloudflare Workers with automatic scaling
- OAuth-based authentication for secure remote access
- Local development with hot reload via
npx nx dev - Compatible with MCP Inspector and Claude Desktop
- Uses SSE (Server-Sent Events) transport
Use cases of Remote MCP Server on Cloudflare
- Run custom MCP tools accessible from any remote client
- Integrate AI assistants with cloud-hosted tool libraries
- Test MCP endpoints locally with MCP Inspector
- Deploy serverless MCP servers for production use
FAQ from Remote MCP Server on Cloudflare
What dependencies are required?
Node.js, npm, and the Wrangler CLI (npx wrangler) for deployment.
How do I connect to the server using MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set transport to SSE, enter the server’s URL with /sse (e.g., http://localhost:8787/sse), and click Connect. A mock login screen appears; input any email and password.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then execute npm run deploy.
How do I connect Claude Desktop to the server?
Edit Claude Desktop’s config file to include an entry with command npx and args ["mcp-remote", "https://your-worker.workers.dev/sse"]. Restart Claude; a browser window will open for OAuth login.
How can I debug connection issues?
Test the connection directly with npx mcp-remote http://localhost:8787/sse. If problems persist, clear cached auth files with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
评论