A simple tool to acquire Minecraft server information using the Server List Ping interface
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcping": {
"command": "cargo",
"args": [
"run",
"--",
"mcping"
]
}
}
}
Run in terminal:
claude mcp add mcping cargo run -- mcping
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcping": {
"command": "cargo",
"args": [
"run",
"--",
"mcping"
]
}
}
}