Remote MCP Server on Cloudflare
@LiTschii
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-litschii": {
"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 with OAuth login. It provides a complete local development setup, deployment instructions, and guidance for connecting MCP Inspector or Claude Desktop to the server over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server (opens on http://localhost:8787/). Connect MCP Inspector or Claude Desktop by pointing them to the /sse endpoint, or deploy to Cloudflare with npm run deploy after creating an OAUTH_KV namespace.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers
- OAuth login for secure access
- SSE transport for remote clients
- Connect to MCP Inspector for tool testing
- Connect to Claude Desktop via
mcp-remoteproxy - Works with both local and deployed Workers
Use cases of Remote MCP Server on Cloudflare
- Build and test a custom MCP server locally before deployment
- Host a publicly accessible MCP server on Cloudflare Workers
- Integrate MCP tools with Claude Desktop over the internet
- Debug and validate tools using the MCP Inspector
FAQ from Remote MCP Server on Cloudflare
What runtime or dependencies are required?
Node.js is needed to run the local development and deployment scripts (nx, wrangler). The server itself runs on Cloudflare Workers.
How does authentication work?
The server includes OAuth login. During local development, a mock login screen accepts any email and password. When deployed, proper OAuth flows apply.
Where are OAuth tokens stored?
OAuth tokens are stored in a Cloudflare KV namespace (OAUTH_KV) that you must create before deployment.
What transport protocol does the server use?
The server uses Server-Sent Events (SSE) — connect clients to the /sse endpoint.
Can I use this without a local proxy?
No. To connect Claude Desktop, you must run a local proxy using npx mcp-remote <server-url>/sse as shown in the example configuration.
云与基础设施 分类下的更多 MCP 服务器
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
评论