komoot-mcp-server

marcodetering-prog/komoot-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d 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

README Excerpt

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that gives AI assistants like Claude access to your Komoot account. Browse, search, and download tours; upload new activities; plan routes with AI assistance using OpenRouteService; and geocode locations -- all through natural language.

Tools (20)

KOMOOT_EMAILKOMOOT_PASSWORDORS_API_KEYgravel_ridehikekomoot_delete_tourkomoot_geocodekomoot_get_tourkomoot_get_tour_coordinateskomoot_get_tour_directionskomoot_get_tour_fitkomoot_get_tour_gpxkomoot_get_tour_surfaceskomoot_get_tour_timelinekomoot_get_tour_way_typeskomoot_get_user_profilekomoot_list_tourskomoot_loginkomoot_modify_tourkomoot_plan_route