Remote MCP Server on Cloudflare
@holiy930561
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-holiy930561": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
The Remote MCP Server on Cloudflare is a reference implementation that deploys a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to run MCP servers remotely and connect them to MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, then run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating an OAUTH_KV namespace with Wrangler and running npm run deploy. Connect MCP clients by pointing them to the /sse endpoint of your server.
Key features of Remote MCP Server on Cloudflare
- Deploys a remote MCP server on Cloudflare Workers
- Includes OAuth login for authentication
- Uses SSE (Server-Sent Events) transport
- Supports local development with MCP Inspector
- Integrates with Claude Desktop via mcp-remote proxy
- Uses Cloudflare KV for OAuth state storage
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools (e.g., math) on a remote server accessible via the internet.
- Connect Claude Desktop to a remote MCP server for tool invocation.
- Develop and debug MCP servers locally before deployment.
- Authenticate MCP clients using OAuth before granting tool access.
FAQ from Remote MCP Server on Cloudflare
What is the transport type for this MCP server?
The server uses SSE (Server-Sent Events) transport, accessed via the /sse endpoint.
What are the prerequisites to run this server?
You need Node.js, npm, and a Cloudflare account with Wrangler CLI installed.
How does authentication work?
The server includes OAuth login with a user/password screen; a mock login accepts any credentials for local development.
Where is OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace named OAUTH_KV, which must be created before deployment.
How do I connect Claude Desktop to the remote server?
Use the mcp-remote proxy in Claude’s config file, pointing to the server’s /sse endpoint with the workers.dev URL.
云与基础设施 分类下的更多 MCP 服务器
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
🐋 Docker MCP server
ckreilingMCP server for Docker
评论