Back to MCP Servers

Internet Speed Test

Internet speed testing with network performance metrics including download/upload speed, latency, jitter analysis, and CDN server detection with geographic mapping

monitoringtestingperformance

Installation

npx -y mcp-internet-speed-test

Configuration

{
  "mcpServers": {
    "mcp-internet-speed-test": {
      "command": "npx",
      "args": ["-y", "mcp-internet-speed-test"]
    }
  }
}

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