mcpbeat Sign in

SpeedOf.Me MCP Server

local only

SpeedOf.Me runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 150 · avg 21 · -26% w/w
a month agotoday
63
Installs / week
npm · @speedofme/mcp
1
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check SpeedOf.Me every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add speed-test -- npx -y @speedofme/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "speed-test": {
      "args": [
        "-y",
        "@speedofme/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.speed-test]
command = "npx"
args = ["-y", "@speedofme/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "speed-test": {
      "args": [
        "-y",
        "@speedofme/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "speed-test": {
      "args": [
        "-y",
        "@speedofme/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOM_API_SECRET (Your SpeedOf.Me API secret from https://speedof.me/api/portal/settings.php). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SpeedOf.Me

same job, measured the same way
Wisconsin DMV
by pipeworx-io

Wisconsin DMV service centers with per-office services, tests and payment methods

32 tools answering
Qase Test Management
by qase

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

3 791 installs/wk answering
Quantrisk
by 78degrees

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

84 installs/wk local only
Applitools
by applitools

The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.

737 installs/wk local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
DVERA CT verification tools
by suresofttechnologies

DVERA drives CT verification of mission-critical C/C++: setup, analysis, tests, coverage.

local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering

SpeedOf.Me — questions

Answers built from our own checks of this server.

Why is there no uptime for SpeedOf.Me?
SpeedOf.Me runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @speedofme/mcp was installed 63 times last week.
How do I connect SpeedOf.Me?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @speedofme/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SpeedOf.Me?
The npm package @speedofme/mcp was installed 63 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SpeedOf.Me open source?
We cannot say either way: 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.