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 status of server play.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/sseRelated MCP server: remote-mcp-server-authless-020226
π οΈ 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloudflare Workers MCP server: ai-provider-status
Cloudflare Workers MCP server: domain-intel
Cloudflare Workers MCP server: blog
Cloudflare Workers MCP server: code-explainer
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying Minecraft Java server status via the Model Context Protocol, deployable on Cloudflare Workers without authentication.MIT
- FlicenseNot gradedqualityCmaintenanceAllows you to deploy a remote MCP server without authentication on Cloudflare Workers.-
- FlicenseNot gradedqualityCmaintenanceDeploy a remote MCP server on Cloudflare Workers without requiring authentication.-
- AlicenseNot gradedqualityBmaintenanceDeployable stateless remote MCP server on Cloudflare Workers without auth, with support for registering custom tools and connecting to MCP clients.13 npmMIT