Minecraft MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Minecraft MCP Servercheck the status of mc.example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Minecraft MCP Server (Cloudflare Worker)
Easily deploy a remote Model Context Protocol (MCP) server for Minecraft Java server status queries, running on Cloudflare Workersβno authentication required.
π Quick Deploy
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π οΈ Local Development
npm install
npm run devπ§© Add Your Own Tools
Define new tools in src/worker.ts using this.server.tool(...) inside the MinecraftMCP class.
π€ Connect to MCP Clients
Cloudflare AI Playground:
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" ] } } }
π¦ Endpoints
/mcpβ Main MCP JSON-RPC endpoint/sseβ Server-Sent Events (SSE) endpoint for streaming
π License
MIT
Related MCP Connectors
Cloudflare Workers MCP server: ai-model-router
Cloudflare Workers MCP server: ai-provider-status
Cloudflare Workers MCP server: ai-gateway
Cloudflare Workers MCP server: ai-eval