Remote MCP Server on Cloudflare
@Mechanicalgoat
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-mechanicalgoat": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It allows AI clients like Claude Desktop to connect to and call tools over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy by creating an OAuth KV namespace in Wrangler and running npm run deploy. Connect via the MCP Inspector (SSE URL) or configure Claude Desktop with npx mcp-remote pointing to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for serverless deployment.
- Includes OAuth login for authentication.
- Uses SSE transport for MCP communication.
- Works with MCP Inspector for local testing.
- Connects to Claude Desktop via a local proxy.
- Provides a sample math tool for demonstration.
- Supports both local and remote deployment.
Use cases of Remote MCP Server on Cloudflare
- Deploying a remote MCP server for AI tools to access.
- Prototyping and testing MCP tools with MCP Inspector.
- Integrating custom MCP tools with Claude Desktop over the internet.
- Learning how to build and deploy an OAuth-protected MCP server on Cloudflare.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my local server?
Open the Inspector, set Transport Type to SSE, enter http://localhost:8787/sse, click “Connect”, and log in with any email/password.
How do I connect Claude Desktop to a remote deployment?
Update Claude’s config file to use npx mcp-remote with your workers.dev URL followed by /sse.
What runtime or dependencies are required?
Node.js and npm for local development. The deploy step uses wrangler and a Cloudflare account.
Where does authentication data live?
In a Cloudflare KV namespace (OAUTH_KV) created during deployment.
Is there any known limitation or alternative?
—
云与基础设施 分类下的更多 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.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Cloudflare MCP Server
cloudflareRun Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论