Skip to main content
Glama
NulvoraMC

minecraft-mcp

by NulvoraMC

Minecraft MCP Server(Cloudflare Worker)

CI

Cloudflare Workers上で動作するMinecraft Javaサーバーのステータス照会用リモートModel Context Protocol(MCP)サーバーを、簡単にデプロイできます。認証は不要です。

🚀 クイックデプロイ

Deploy to Workers

これにより、MCPサーバーは次のようなURLにデプロイされます:

https://minecraft-mcp.<your-account>.workers.dev/mcp
https://minecraft-mcp.<your-account>.workers.dev/sse

Related MCP server: Minecraft MCP Server

🛠️ ローカル開発

npm install
npm run dev

🧩 独自ツールの追加

MinecraftMCP クラス内の this.server.tool(...) を使用して、src/worker.ts 内で新しいツールを定義します。

🤖 MCPクライアントへの接続

  • Cloudflare AI Playground:

    1. https://playground.ai.cloudflare.com/ にアクセスします。

    2. /mcp エンドポイントのURLを入力します。

  • 任意のMCPクライアント(mcp-remote経由):

    {
      "mcpServers": {
        "minecraft-mcp": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://minecraft-mcp.<your-account>.workers.dev/mcp"
          ]
        }
      }
    }

📦 エンドポイント

  • /mcp — メインのMCP JSON-RPCエンドポイント

  • /sse — ストリーミング用のServer-Sent Events(SSE)エンドポイント

📄 ライセンス

MIT

A
license - permissive license
Not graded
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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/NulvoraMC/minecraft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server