Remote MCP Server on Cloudflare
@easy-apis
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-easy-apis": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a template and guide for deploying a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It provides a local development environment, deployment to Cloudflare, and instructions for connecting MCP clients such as Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating an OAUTH_KV namespace, updating wrangler.jsonc, and running npm run deploy. Connect clients like the MCP Inspector or Claude Desktop using the SSE endpoint (/sse) with the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Deploys MCP server on Cloudflare Workers with OAuth
- Supports local development and testing
- Connects to MCP Inspector via SSE transport
- Integrates with Claude Desktop through mcp-remote proxy
- Provides OAuth login flow for authentication
- Includes example math tool for demonstration
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server accessible over the internet
- Connect Claude Desktop to a remote MCP server via OAuth
- Develop and test MCP tools locally before deployment
- Use MCP Inspector to list and call server tools
FAQ from Remote MCP Server on Cloudflare
How do I deploy the server to Cloudflare?
Create an OAUTH_KV namespace, add its ID to wrangler.jsonc, and run npm run deploy.
How do I connect Claude Desktop to the server?
Use the mcp-remote proxy with the SSE URL. Configure Claude’s mcpServers with the workers.dev or localhost URL.
How can I debug connection issues?
Restart Claude, test directly with npx mcp-remote <URL>, or clear the `~/.
云与基础设施 分类下的更多 MCP 服务器
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.
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
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.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
评论