jsdelivr/globalping-mcp-server
The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world.
Quick Start
Clone the repository:
git clone https://github.com/jsdelivr/globalping-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"globalping-mcp-server": {
"command": "npx",
"args": [
"-y",
"jsdelivr/globalping-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.