bobwares MCP ServerServer

bobwares
GitHub
CloudflareMCPAI Tools

Loading subscription status...

💡 Description

A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.

📝 JSON Entries

{
  "mcpServers": [
    {
      "calculator": {
        "args": [
          "mcp-remote",
          "http://localhost:8787/sse"
        ],
        "command": "npx"
      }
    }
  ]
}

Features

  • Integrates with Cloudflare AI Playground
  • Enables deployment on Cloudflare Workers
  • One-click deployment from GitHub

💬 Example Queries

  • Interconnect with AI Playground to use custom MCP tools.
  • Deploy a remote MCP server without authentication.