Back to MCP Servers

Globalping

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-toolsllm

Installation

npx -y globalping-mcp-server

Configuration

{
  "mcpServers": {
    "globalping-mcp-server": {
      "command": "npx",
      "args": ["-y", "globalping-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub