A Minecraft server setup machine that allows you to make servers from scratch without portforwarding
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserver": {
"command": "npx",
"args": [
"-y",
"Dogs701/MCPServer"
]
}
}
}
Run in terminal:
claude mcp add mcpserver npx -y Dogs701/MCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserver": {
"command": "npx",
"args": [
"-y",
"Dogs701/MCPServer"
]
}
}
}