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 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: Minecraft MCP Server
π οΈ 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables creation and deployment of MCP servers on Cloudflare Workers, with local testing and one-command deployment.Last updated175MIT
- Alicense-qualityCmaintenanceEnables querying Minecraft Java server status via the Model Context Protocol, deployable on Cloudflare Workers without authentication.Last updatedMIT
- Flicense-qualityCmaintenanceAllows you to deploy a remote MCP server without authentication on Cloudflare Workers.Last updated
- Flicense-qualityCmaintenanceEnables deploying a remote MCP server on Cloudflare Workers without authentication, allowing custom tools and integration with MCP clients.Last updated
Related MCP Connectors
Cloudflare Workers MCP server: email-validator
Cloudflare Workers MCP server: crypto-signal
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tyler-Staut/Minecraft-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server