komoot-mcp-server

Eric-AI-M/komoot-mcp-server
★ 0 stars Python 📦 Other Updated 2d ago
MCP server for Komoot — browse tours, download GPX/FIT, upload activities, and AI-assisted route planning via OpenRouteService
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "komoot-mcp-server": {
      "command": "uvx",
      "args": [
        "komoot-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install komoot-mcp-server