Minecraft MCP Server
Click on "Install 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:
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" ] } } }
π¦ Endpoints
/mcpβ Main MCP JSON-RPC endpoint/sseβ Server-Sent Events (SSE) endpoint for streaming
π License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Human4ik1/minecraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server