Easily deploy a remote Model Context Protocol (MCP) server for Minecraft Java server status queries, running on Cloudflare Workers—no authentication required.
This will deploy your MCP server to a URL like:
https://minecraft-mcp.<your-account>.workers.dev/mcp
https://minecraft-mcp.<your-account>.workers.dev/sse
npm install
npm run devDefine new tools in src/worker.ts using this.server.tool(...) inside the MinecraftMCP class.
- Cloudflare AI Playground:
- Go to https://playground.ai.cloudflare.com/
- Enter your
/mcpendpoint URL.
- Any MCP Client (via mcp-remote):
{ "mcpServers": { "minecraft-mcp": { "command": "npx", "args": [ "mcp-remote", "https://minecraft-mcp.<your-account>.workers.dev/mcp" ] } } }
/mcp— Main MCP JSON-RPC endpoint/sse— Server-Sent Events (SSE) endpoint for streaming
MIT