parkrun-mcp-v2

markjennine/parkrun-mcp-v2
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server for parkrun data, built by reverse-engineering the parkrun API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "parkrun-mcp-v2": {
      "command": "npx",
      "args": [
        "-y",
        "markjennine/parkrun-mcp-v2"
      ]
    }
  }
}

README Excerpt

A local **MCP (Model Context Protocol) server** that exposes parkrun data to AI assistants such as Claude. Data is scraped from the public parkrun website — **no authentication or API key required**. Once connected, you can ask Claude questions like: - “What was my last parkrun time?” - “How many parkruns have I done at FrimleyLodge?”

Tools (6)

get_athlete_resultsget_event_historyget_event_latest_resultsget_event_results_by_dateget_my_resultsget_volunteer_roster