R

Remote MCP Server On Cloudflare Uav

該項目展示瞭如何在Cloudflare Workers上搭建遠程MCP服務器,並實現OAuth登錄功能,支持通過MCP Inspector和Claude桌面應用進行連接和工具調用。
2分
5

What is the Remote MCP Server?

The Remote MCP Server is a cloud-hosted service that implements the Model Context Protocol (MCP), allowing AI assistants like Claude to securely access and execute remote tools through a standardized interface. It runs on Cloudflare's edge network for global low-latency access.

How does it work?

The server acts as a bridge between AI models and specialized tools. When an AI needs to perform a task (like calculations), it sends a request through MCP to your server, which executes the tool and returns the result.

Key Use Cases

1. Extending AI capabilities with custom tools 2. Secure remote execution of sensitive operations 3. Developing and testing new MCP tools 4. Integrating Claude with your existing services

Key Features

Cloudflare DeploymentHosted on Cloudflare Workers for global scalability and low latency
OAuth SecuritySecure authentication with OAuth to protect your tools
SSE Protocol SupportUses Server-Sent Events for real-time communication
Local DevelopmentFull local development environment for testing before deployment

Pros and Cons

Advantages
Global availability through Cloudflare's network
Secure authentication with OAuth
Easy integration with Claude and other MCP clients
Real-time communication via SSE
Limitations
Requires technical setup for initial deployment
Limited to tools implemented in the MCP protocol
Cloudflare Workers have execution time limits

Getting Started

Set up local development
Clone the repository and install dependencies to run the server locally
Test with MCP Inspector
Use the MCP Inspector tool to connect to your local server and test functionality
Connect Claude Desktop
Configure Claude to use your MCP server by editing the configuration file
Deploy to Cloudflare
Create a KV namespace and deploy your server to Cloudflare Workers

Example Scenarios

Performing CalculationsClaude uses the math tool to perform calculations when prompted
Custom Business LogicConnect Claude to your custom business tools through MCP

Frequently Asked Questions

Why am I seeing authentication errors?
How do I add new tools to the MCP server?
Why isn't Claude showing my tools?

Additional Resources

MCP Documentation
Official Model Context Protocol documentation
Cloudflare Workers Docs
Cloudflare Workers documentation
MCP Inspector GitHub
Source code for the MCP Inspector tool
Claude Quickstart Guide
Getting started with Claude and MCP
安裝
複製以下命令到你的Client進行配置
{
  "mcpServers": {
    "math": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

{
  "mcpServers": {
    "math": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://worker-name.account-name.workers.dev/sse"
      ]
    }
  }
}
注意:您的密鑰屬於敏感信息,請勿與任何人分享。
精選MCP服務推薦
M
Markdownify MCP
Markdownify是一個多功能文件轉換服務,支持將PDF、圖片、音頻等多種格式及網頁內容轉換為Markdown格式。
TypeScript
1.7K
5分
B
Baidu Map
已認證
百度地圖MCP Server是國內首個兼容MCP協議的地圖服務,提供地理編碼、路線規劃等10個標準化API接口,支持Python和Typescript快速接入,賦能智能體實現地圖相關功能。
Python
702
4.5分
F
Firecrawl MCP Server
Firecrawl MCP Server是一個集成Firecrawl網頁抓取能力的模型上下文協議服務器,提供豐富的網頁抓取、搜索和內容提取功能。
TypeScript
3.8K
5分
S
Sequential Thinking MCP Server
一個基於MCP協議的結構化思維服務器,通過定義思考階段幫助分解複雜問題並生成總結
Python
257
4.5分
N
Notion Api MCP
已認證
一個基於Python的MCP服務器,通過Notion API提供高級待辦事項管理和內容組織功能,實現AI模型與Notion的無縫集成。
Python
119
4.5分
E
Edgeone Pages MCP Server
EdgeOne Pages MCP是一個通過MCP協議快速部署HTML內容到EdgeOne Pages並獲取公開URL的服務
TypeScript
249
4.8分
M
Magic MCP
Magic Component Platform (MCP) 是一個AI驅動的UI組件生成工具,通過自然語言描述幫助開發者快速創建現代化UI組件,支持多種IDE集成。
JavaScript
1.7K
5分
C
Context7
Context7 MCP是一個為AI編程助手提供即時、版本特定文檔和代碼示例的服務,通過Model Context Protocol直接集成到提示中,解決LLM使用過時信息的問題。
TypeScript
5.2K
4.7分
AIbase
智啟未來,您的人工智慧解決方案智庫
© 2025AIbase