cn-hk-quotes-mcp
Einen Remote-MCP-Server auf Cloudflare erstellen (ohne Authentifizierung)
Dieses Beispiel ermöglicht es Ihnen, einen zustandslosen Remote-MCP-Server auf Cloudflare Workers bereitzustellen, der keine Authentifizierung erfordert. Er implementiert die MCP-Spezifikation 2026-07-28 und bleibt für gewöhnliche Tool-Aufrufe mit Legacy-Clients kompatibel.
Erste Schritte:
Dadurch wird Ihr MCP-Server unter einer URL wie dieser bereitgestellt: remote-mcp-server-authless.<your-account>.workers.dev/mcp
Alternativ können Sie die folgende Befehlszeile verwenden, um den Remote-MCP-Server auf Ihrem lokalen Computer zu erstellen:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessRelated MCP server: remote-mcp-server-authless
Anpassen Ihres MCP-Servers
Um eigene Tools zum MCP-Server hinzuzufügen, registrieren Sie jedes Tool mit server.registerTool(...) an dem McpServer, der in der createServer()-Funktion in src/index.ts erstellt wird.
Mit dem Cloudflare AI Playground verbinden
Sie können von Cloudflare AI Playground aus, einem Remote-MCP-Client, eine Verbindung zu Ihrem MCP-Server herstellen:
Gehen Sie zu https://playground.ai.cloudflare.com/
Geben Sie die URL Ihres bereitgestellten MCP-Servers ein (
remote-mcp-server-authless.<your-account>.workers.dev/mcp)Sie können Ihre MCP-Tools jetzt direkt im Playground verwenden!
Claude Desktop mit Ihrem MCP-Server verbinden
Sie können auch von lokalen MCP-Clients aus eine Verbindung zu Ihrem Remote-MCP-Server herstellen, indem Sie den mcp-remote-Proxy verwenden.
Um von Claude Desktop aus eine Verbindung zu Ihrem MCP-Server herzustellen, folgen Sie dem Schnellstart von Anthropic und gehen Sie in Claude Desktop zu Einstellungen > Entwickler > Konfiguration bearbeiten.
Aktualisieren Sie mit dieser Konfiguration:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp" // or remote-mcp-server-authless.your-account.workers.dev/mcp
]
}
}
}Starten Sie Claude neu, damit die Tools verfügbar werden.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceDeploys a stateless, authentication-free remote MCP server on Cloudflare Workers, enabling custom tool registration and seamless connection from clients like Cloudflare AI Playground or Claude Desktop via mcp-remote.
- FlicenseNot gradedqualityBmaintenanceDeploys a stateless remote MCP server on Cloudflare Workers without authentication, enabling MCP tool calls from clients like Claude Desktop and Cloudflare AI Playground.
- FlicenseNot gradedqualityBmaintenanceDeploy a stateless remote MCP server on Cloudflare Workers without authentication. It enables connecting to MCP clients like Cloudflare AI Playground and Claude Desktop for remote tool calls.
- FlicenseNot gradedqualityBmaintenanceDeploys a stateless remote MCP server on Cloudflare Workers without authentication, enabling tools to be used with Cloudflare AI Playground or local clients like Claude Desktop.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloudflare Workers MCP server: crypto-signal
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhushihao/cn-hk-quotes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server