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
By jsdelivr
Installation
npx -y globalping-mcp-serverConfiguration
{
"mcpServers": {
"globalping-mcp-server": {
"command": "npx",
"args": ["-y", "globalping-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes