mcping

IoanThomas/mcping
★ 10 stars Rust 💻 Code/Dev Tools Updated 4mo ago
A simple tool to acquire Minecraft server information using the Server List Ping interface
View on GitHub →

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"
      ]
    }
  }
}

Topics

command-linecommand-line-toolminecraftminecraft-serverrustserver-list-ping