Skip to content
Cursor

SpeedOf.Me for Cursor

me.speedof/speed-test

Official SpeedOf.Me server - Accurate speed tests via over 200 global edge servers with analytics.

client:Cursor transport:stdio runtime:npm

Install SpeedOf.Me in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "speed-test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@speedofme/mcp"
      ],
      "env": {
        "SOM_API_SECRET": "<SOM_API_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SpeedOf.Me in other clients