Remote MCP Server on Cloudflare
@yansircc
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-yansircc": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a starter project to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling tools to be exposed to MCP clients over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally via npx nx dev remote-mcp-server, then deploy to Cloudflare Workers using npm run deploy. Connect to the server using the MCP Inspector or configure Claude Desktop to use it via the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with serverless deployment
- Includes OAuth login for secure access
- Connects to MCP Inspector for testing and debugging
- Works with Claude Desktop via the
mcp-remoteproxy - Supports SSE transport for remote MCP clients
Use cases of Remote MCP Server on Cloudflare
- Hosting a remote MCP server for AI assistants
- Running math or custom tools served via MCP
- Deploying MCP endpoints for Claude Desktop integration
- Testing MCP tools locally then deploying globally
FAQ from Remote MCP Server on Cloudflare
What is the purpose of this project?
It gets a remote MCP server up‑and‑running on Cloudflare Workers complete with OAuth login, allowing tools to be called from any MCP client.
How do I deploy the server?
Use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the server?
Update Claude Desktop’s config with a math entry using npx mcp-remote pointing to your server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).
How do I debug connection issues?
Restart Claude or test the server directly using npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help in rare cases.
What transport and authentication does the server use?
It uses SSE transport and OAuth login (a mock login is shown during local development).
云与基础设施 分类下的更多 MCP 服务器
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.
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
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
评论