mcp-server-mod

cuspymd/mcp-server-mod
★ 7 stars Java 🤖 AI/LLM Updated 13d ago
A Fabric mod that implements a Model Context Protocol (MCP) server, enabling AI assistants like Claude to interact with Minecraft through structured commands.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-mod": {
      "command": "npx",
      "args": [
        "-y",
        "cuspymd/mcp-server-mod"
      ]
    }
  }
}