{"id":30041717,"url":"https://github.com/cofficlab/cloudflare-mcp","last_synced_at":"2025-08-07T02:55:21.863Z","repository":{"id":299328087,"uuid":"1002670420","full_name":"CofficLab/cloudflare-mcp","owner":"CofficLab","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-16T00:26:07.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T01:28:21.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CofficLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-16T00:25:47.000Z","updated_at":"2025-06-16T00:26:10.000Z","dependencies_parsed_at":"2025-06-16T01:29:58.175Z","dependency_job_id":"e2d78fa1-ece2-4f3f-9bb1-99189550b2c0","html_url":"https://github.com/CofficLab/cloudflare-mcp","commit_stats":null,"previous_names":["cofficlab/cloudflare-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CofficLab/cloudflare-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2Fcloudflare-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2Fcloudflare-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2Fcloudflare-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2Fcloudflare-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CofficLab","download_url":"https://codeload.github.com/CofficLab/cloudflare-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2Fcloudflare-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269190206,"owners_count":24375582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-07T02:55:19.426Z","updated_at":"2025-08-07T02:55:21.855Z","avatar_url":"https://github.com/CofficLab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a Remote MCP Server on Cloudflare (Without Auth)\n\nThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers. \n\n## Get started: \n\n[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)\n\nThis will deploy your MCP server to a URL like: `remote-mcp-server-authless.\u003cyour-account\u003e.workers.dev/sse`\n\nAlternatively, you can use the command line below to get the remote MCP Server created on your local machine:\n```bash\nnpm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless\n```\n\n## Customizing your MCP Server\n\nTo add your own [tools](https://developers.cloudflare.com/agents/model-context-protocol/tools/) to the MCP server, define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`. \n\n## Connect to Cloudflare AI Playground\n\nYou can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:\n\n1. Go to https://playground.ai.cloudflare.com/\n2. Enter your deployed MCP server URL (`remote-mcp-server-authless.\u003cyour-account\u003e.workers.dev/sse`)\n3. You can now use your MCP tools directly from the playground!\n\n## Connect Claude Desktop to your MCP server\n\nYou can also connect to your remote MCP server from local MCP clients, by using the [mcp-remote proxy](https://www.npmjs.com/package/mcp-remote). \n\nTo connect to your MCP server from Claude Desktop, follow [Anthropic's Quickstart](https://modelcontextprotocol.io/quickstart/user) and within Claude Desktop go to Settings \u003e Developer \u003e Edit Config.\n\nUpdate with this configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"calculator\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"http://localhost:8787/sse\"  // or remote-mcp-server-authless.your-account.workers.dev/sse\n      ]\n    }\n  }\n}\n```\n\nRestart Claude and you should see the tools become available. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fcloudflare-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcofficlab%2Fcloudflare-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fcloudflare-mcp/lists"}