Skip to main content
Developer ToolsTypeScript

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.

developer-toolsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jsdelivr/globalping-mcp-server

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
jsdelivr