A Kook Bot (actually it is plugin) that can ping Minecraft server and return result for you.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpingbot": {
"command": "npx",
"args": [
"-y",
"SNWCreations/MCPingBot"
]
}
}
}
Run in terminal:
claude mcp add mcpingbot npx -y SNWCreations/MCPingBot
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpingbot": {
"command": "npx",
"args": [
"-y",
"SNWCreations/MCPingBot"
]
}
}
}