Remote MCP Server on Cloudflare
@micksabox
关于 Remote MCP Server on Cloudflare
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-micksabox": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
This server enables running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, allowing remote AI clients to connect and use defined tools.
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 with npx wrangler kv namespace create OAUTH_KV, adding the ID to wrangler.jsonc, then running npm run deploy. Connect clients like the MCP Inspector or Claude Desktop by pointing them to the SSE endpoint (/sse).
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers
- Includes OAuth login for secure access
- Uses SSE (Server-Sent Events) transport
- Deployable with simple commands
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server accessible anywhere
- Integrate custom tools with Claude Desktop
- Develop and test MCP tools locally before deploying
- Provide AI assistants with OAuth-protected tool endpoints
FAQ from Remote MCP Server on Cloudflare
What is the MCP Inspector and how do I connect it?
The MCP Inspector is a tool for exploring the MCP API. Start it with npx @modelcontextprotocol/inspector, switch Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) to connect.
How do I connect Claude Desktop to the server?
Update Claude’s configuration file (Settings > Developer > Edit Config) to add an MCP server entry using the mcp-remote command pointing to the /sse URL, e.g., "command": "npx" with args ["mcp-remote", "https://your-url.workers.dev/sse"].
How can I debug connection issues?
Restart Claude, or try connecting directly via the command line: npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth data with rm -rf ~/.mcp-auth.
What dependencies are needed to run the server?
You need Node.js, npm, a Cloudflare account, and the Wrangler CLI. After cloning the repository, run npm install to install dependencies.
Does the server support OAuth?
Yes, the server includes OAuth login. Locally, a mock login screen appears; when deployed, it uses real OAuth flows.
常见问题
What is the MCP Inspector and how do I connect it?
The MCP Inspector is a tool for exploring the MCP API. Start it with `npx @modelcontextprotocol/inspector`, switch Transport Type to SSE, and enter `http://localhost:8787/sse` (or your deployed URL) to connect.
How do I connect Claude Desktop to the server?
Update Claude’s configuration file (Settings > Developer > Edit Config) to add an MCP server entry using the `mcp-remote` command pointing to the `/sse` URL, e.g., `"command": "npx"` with args `["mcp-remote", "https://your-url.workers.dev/sse"]`.
How can I debug connection issues?
Restart Claude, or try connecting directly via the command line: `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear cached auth data with `rm -rf ~/.mcp-auth`.
What dependencies are needed to run the server?
You need Node.js, npm, a Cloudflare account, and the Wrangler CLI. After cloning the repository, run `npm install` to install dependencies.
Does the server support OAuth?
Yes, the server includes OAuth login. Locally, a mock login screen appears; when deployed, it uses real OAuth flows.
基本信息
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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
Cloudflare MCP Server
cloudflaretfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论