A Fabric mod that implements a Model Context Protocol (MCP) server, enabling AI assistants like Claude to interact with Minecraft through structured commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-mod": {
"command": "npx",
"args": [
"-y",
"cuspymd/mcp-server-mod"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-mod npx -y cuspymd/mcp-server-mod
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-mod": {
"command": "npx",
"args": [
"-y",
"cuspymd/mcp-server-mod"
]
}
}
}
📋 Copy