A command-line tool to convert client modpacks into ready-to-run Minecraft servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpacker": {
"command": "cargo",
"args": [
"run",
"--",
"mcpacker"
]
}
}
}
Run in terminal:
claude mcp add mcpacker cargo run -- mcpacker
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpacker": {
"command": "cargo",
"args": [
"run",
"--",
"mcpacker"
]
}
}
}