Skip to main content
ClaudeWave

MCP server for speedrun.com, world records, category leaderboards, and runner profiles.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mrfentmen/speedrun-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "speedrun-mcp": {
      "command": "node",
      "args": ["/path/to/speedrun-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mrfentmen/speedrun-mcp and follow its README for install instructions.

MCP Servers overview

# speedrun mcp

MCP server for **speedrun.com**, the world record database for speedrunning.

## Tools

| Tool | What it does |
|---|---|
| `search_games` | Find a game + its speedrun.com id (with platform names) |
| `get_world_records` | Current world records for every category, top 3 runs each |
| `get_leaderboard` | Leaderboard for a specific category |
| `get_categories` | List a game's categories (Any%, 100%, glitchless…) |
| `get_runner` | Speedrunner profile |

## Usage

```bash
npm run build && node dist/index.js
```

Example:

```
search_games { query: "Super Mario 64" }        → id o1y9wo6q, N64/Wii VC/Switch
get_world_records { gameId: "o1y9wo6q" }
get_leaderboard { gameId: "o1y9wo6q", categoryId: "..." }
```

Keyless. Times are parsed from ISO-8601 durations (`PT1H02M03.456S` → `1:02:03.456`). Respects the API's 100 req / 10 min limit and surfaces a friendly rate limit error.

What people ask about speedrun-mcp

What is mrfentmen/speedrun-mcp?

+

mrfentmen/speedrun-mcp is mcp servers for the Claude AI ecosystem. MCP server for speedrun.com, world records, category leaderboards, and runner profiles. It has 0 GitHub stars and its last recorded update is dated 2026-08-08.

How do I install speedrun-mcp?

+

You can install speedrun-mcp by cloning the repository (https://github.com/mrfentmen/speedrun-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/speedrun-mcp safe to use?

+

Our security agent has analyzed mrfentmen/speedrun-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/speedrun-mcp?

+

mrfentmen/speedrun-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-08, with 0 open issues.

Are there alternatives to speedrun-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy speedrun-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/speedrun-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-speedrun-mcp)](https://claudewave.com/repo/mrfentmen-speedrun-mcp)
<a href="https://claudewave.com/repo/mrfentmen-speedrun-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-speedrun-mcp" alt="Featured on ClaudeWave: mrfentmen/speedrun-mcp" width="320" height="64" /></a>

More MCP Servers

speedrun-mcp alternatives