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