Skip to main content
Glama
Human4ik1

Minecraft MCP Server

by Human4ik1

Minecraft MCP Server (Cloudflare Worker)

CI

Easily deploy a remote Model Context Protocol (MCP) server for Minecraft Java server status queries, running on Cloudflare Workersβ€”no authentication required.

πŸš€ Quick Deploy

Deploy to Workers

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:

    1. Go to https://playground.ai.cloudflare.com/

    2. Enter your /mcp endpoint 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

A
license - permissive license
-
quality - not tested
C
maintenance

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