Remote MCP Server On Cloudflare 76x
R

Remote MCP Server On Cloudflare 76x

該項目展示瞭如何在Cloudflare Workers上部署遠程MCP服務器,並實現OAuth登錄功能。支持本地開發調試,可通過MCP檢查器或Claude桌面應用連接服務,最終部署至Cloudflare雲端。
2分
7.5K

What is the Remote MCP Server?

The Remote MCP Server is a cloud implementation of the Model Context Protocol that allows AI assistants to call external tools and services. Deployed on Cloudflare Workers, it provides a scalable way to extend AI capabilities with custom functions while handling authentication via OAuth.

How does it work?

The server acts as a bridge between AI models (like Claude) and external tools. When the AI needs to perform a task (like calculations), it can request the MCP server to execute the appropriate tool and return the results.

Key Use Cases

1. Extending AI capabilities with custom tools 2. Performing complex calculations 3. Integrating with external APIs 4. Developing and testing new MCP tools

Key Features

Cloudflare Deployment
Hosted on Cloudflare Workers for global availability and scalability
OAuth Authentication
Secure login system to protect your tools and data
Tool Integration
Connect various tools that AI models can call when needed
MCP Inspector Support
Built-in support for testing and debugging with the MCP Inspector tool
Advantages
Cloud-based deployment means no need to run local servers
Scalable infrastructure through Cloudflare Workers
Secure authentication via OAuth
Easy integration with Claude and other MCP-compatible AI
Limitations
Requires some technical knowledge to set up initially
Dependent on Cloudflare's infrastructure
May have latency compared to local servers for some use cases

Getting Started

Local Development Setup
Clone the repository and install dependencies to run the server locally
Connect with MCP Inspector
Use the MCP Inspector tool to test your local server
Connect Claude Desktop
Configure Claude to use your local MCP server by editing the config file
Deploy to Cloudflare
Publish your server to Cloudflare Workers for remote access

Example Use Cases

Mathematical Calculations
Claude uses the MCP math tools to perform calculations when users ask math questions
API Integration
Connect custom APIs that Claude can access through the MCP server

Frequently Asked Questions

How do I reset authentication if something goes wrong?
What should I do if Claude doesn't recognize my tools?
Can I use this with other AI besides Claude?

Additional Resources

MCP Inspector Documentation
Official documentation for the MCP Inspector tool
Anthropic Quickstart Guide
Getting started with MCP and Claude
Cloudflare Workers Docs
Documentation for Cloudflare Workers platform

安裝

複製以下命令到你的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"
      ]
    }
  }
}
注意:您的密鑰屬於敏感信息,請勿與任何人分享。

替代品

M
Moltbrain
MoltBrain是一個為OpenClaw、MoltBook和Claude Code設計的長期記憶層插件,能夠自動學習和回憶項目上下文,提供智能搜索、觀察記錄、分析統計和持久化存儲功能。
TypeScript
4.1K
4.5分
B
Bm.md
一個功能豐富的Markdown排版工具,支持多種樣式主題和平臺適配,提供即時編輯預覽、圖片導出和API集成能力
TypeScript
3.6K
5分
S
Security Detections MCP
Security Detections MCP 是一個基於Model Context Protocol的服務器,允許LLM查詢統一的安全檢測規則數據庫,涵蓋Sigma、Splunk ESCU、Elastic和KQL格式。最新3.0版本升級為自主檢測工程平臺,可自動從威脅情報中提取TTPs、分析覆蓋差距、生成SIEM原生格式檢測規則、運行測試並驗證。項目包含71+工具、11個預構建工作流提示和知識圖譜系統,支持多SIEM平臺。
TypeScript
6.1K
4分
P
Paperbanana
PaperBanana是一個自動化生成學術圖表和統計圖的智能框架,支持從文本描述生成高質量的論文插圖,採用多智能體管道和迭代優化,提供CLI、Python API和MCP服務器等多種使用方式。
Python
7.7K
5分
R
Rsdoctor
Rsdoctor 是一款專為 Rspack 生態系統打造的構建分析工具,全面兼容 webpack,提供可視化構建分析、多維度性能診斷及智能優化建議,幫助開發者提升構建效率與工程質量。
TypeScript
10.5K
5分
N
Next Devtools MCP
Next.js開發工具MCP服務器,為Claude、Cursor等AI編程助手提供Next.js開發工具和實用程序,包括運行時診斷、開發自動化和文檔訪問功能。
TypeScript
10.8K
5分
T
Testkube
Testkube是一個面向雲原生應用的測試編排與執行框架,提供統一平臺來定義、運行和分析測試,支持現有測試工具和Kubernetes基礎設施。
Go
7.6K
5分
M
MCP Windbg
一個MCP服務器,將AI模型與WinDbg/CDB集成,用於分析Windows崩潰轉儲文件和進行遠程調試,支持自然語言交互執行調試命令。
Python
11.6K
5分
AIBase
智啟未來,您的人工智慧解決方案智庫
© 2026AIBase