Remote MCP Server on Cloudflare
@mschrome
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-mschrome": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A project template to quickly deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with built-in OAuth login. It is for developers who want to host an MCP server at a public URL and connect it to MCP clients such as the MCP Inspector or 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. To connect tools, use the MCP Inspector with SSE transport at http://localhost:8787/sse. For Claude Desktop, configure the MCP client using the mcp-remote proxy and your Worker’s URL. Deploy to Cloudflare with npm run deploy after setting up a KV namespace for OAuth.
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker with OAuth login.
- Uses SSE (Server-Sent Events) transport for MCP communication.
- Integrates with the MCP Inspector for tool testing.
- Works with Claude Desktop via a local proxy.
- Supports local development with hot‑reload.
- Deploys to a public
workers.devURL.
Use cases of Remote MCP Server on Cloudflare
- Expose an MCP math tool as a remote API for testing.
- Connect Claude Desktop to a self‑hosted MCP server over the internet.
- Develop and debug MCP tools locally before deploying to production.
- Provide OAuth‑protected MCP endpoints for multiple clients.
FAQ from Remote MCP Server on Cloudflare
What does this server do?
It hosts an MCP server as a Cloudflare Worker, enabling remote MCP clients (like Claude Desktop) to call its tools after OAuth login.
What are the dependencies?
Node.js, npm, and a Cloudflare account with Wrangler CLI installed. A Cloudflare KV namespace is required for OAuth state storage.
Where does data (OAuth state, etc.) live?
OAuth data is stored in Cloudflare Workers KV. No user data is persisted beyond authentication tokens.
How does the OAuth flow work?
The server implements a mock OAuth login. In local development a user/password screen appears; on deployment the real OAuth flow from Cloudflare’s access protection is used.
Which transport does the server use?
It uses SSE (Server-Sent Events) transport. Clients must connect to the /sse endpoint.
云与基础设施 分类下的更多 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.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
评论