Skip to main content
Glama
NulvoraMC

minecraft-mcp

by NulvoraMC

Minecraft MCP Server (Cloudflare Worker)

CI

轻松部署一个远程的 Model Context Protocol (MCP) 服务器,用于 Minecraft Java 服务器状态查询,运行在 Cloudflare Workers 上——无需身份验证。

🚀 快速部署

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

🧩 添加您自己的工具

src/worker.ts 中定义新工具,在 MinecraftMCP 类内使用 this.server.tool(...)

🤖 连接到 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 — 服务器发送事件(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