speedtest (MCP Server)

GitHub

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "speedtest": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-speedtest"
      ]
    }
  }
}