remote-mcp-server-authlesss
Cloudflare에서 원격 MCP 서버 구축하기 (인증 없이)
이 이제는 Cloudfare Workers에서 인증이 필효 인는 무상태 원격 MCP 서버를 배포할 수 있게 해 줍니다. 일반적인 도구 호출 시 기존 클라이언트와의 호한성을 유지하면서 MCP 2026–07–28 사양을 구현합니다.
시작하기:
이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/mcp와 같은 URL로 배포됩니다.
또는 로컬 머신에서 원격 MCP 서버를 만들려면 아래 명령줄을 사용할 수도 있습니다.
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessZ
Related MCP server: Remote MCP Server Authless
MCP 서버 사용자 지정
MCP 서버에 고유한 [도구]를 추가하려면(https://developers.cloudflare.com/agents/model-context-protocol/protocol/tools/) src/index.ts의 createServer() 함수에서 생성된 McpServer에 server.registerTool(...)을 사용하여 각 도구를 등록하세요.
Connect to Cloudflare AI Playground
원격 MCP 클라이언트인 Cloudflare AI Playground에서 MCP 서버에 연결할 수 있습니다.
배포된 MCP 서버의 URL(
remote-mcp-server-autless.<your-account>.workers.dev/mcp)을 입력합니다.이제는 원하는 대로 Playground에서 사용자 사용 라우터를 직접 사용할 수 있습니다!
Claude Desktop을 MCP 서버에 연결
로컬 MCP 클라이언트에서도 원격 MCP 서버에 mcp-remote를 사용해 연결할 수 있습니다.
Claude Desktop에서 MCP 서버에 연결하려면 Anthropic의 Quickstart를 따라로 cfg를. 이 및 Claude Desktop의 Settings > Developer > Edit로 이동하여 구성할 수 있습니다.
Setup 구성으로 업데이트하세요:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp" // or remote-mcp-server-authless.your-account.workers.dev/mcp
]
}
}
}Cla를 다시 시작하면 available한 you 이해 있습니다.
This server cannot be installed
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
- -licenseNot gradedqualityNot gradedmaintenanceEnables deploying a remote MCP server on Cloudflare Workers without authentication, allowing tools to be defined and used with MCP clients like Cloudflare AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceEnables deploying a remote MCP server on Cloudflare Workers without authentication, supporting custom tools and integration with MCP clients like Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceEnables deploying a remote MCP server on Cloudflare Workers without authentication, allowing MCP tools to be used from clients like Cloudflare AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceEnables deploying a remote MCP server on Cloudflare Workers without authentication, allowing custom tools and connections to MCP clients like Cloudflare AI Playground or 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/sc8jd98v5k-lgtm/remote-mcp-server-authlesss'
If you have feedback or need assistance with the MCP directory API, please join our Discord server