Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Komoot

FreeNot checked

Enables users to interact with Komoot for managing tours, planning routes, exporting GPX/FIT, and accessing highlights and user profile.

GitHubEmbed

About

Enables users to interact with Komoot for managing tours, planning routes, exporting GPX/FIT, and accessing highlights and user profile.

README

MCP server for Komoot — the most comprehensive Komoot API wrapper available. Tours, highlights, route planning, exports, and more.

Built with Python + FastMCP. Combines capabilities from kompy, KomootGPX, komPYoot, and export-komoot into a single MCP server.

Features

Tours

  • List tours — filter by type (planned/recorded), sport, status, name, with sorting and pagination
  • Get tour detail — distance, elevation, duration, sport, difficulty, surfaces
  • Update tour — rename, change sport type, change visibility
  • Delete tour

Exports

  • Download GPX — full GPS trace
  • Download FIT — Garmin/ANT+ format

Upload

  • Upload tour — import GPX as recorded activity

Highlights

  • Get highlight — community points of interest
  • Get highlight tips — community tips for a highlight
  • Get tour images — photos attached to a tour

Route planning

  • Import GPX route — import and match to Komoot routing network
  • Plan route — create a route from waypoints (lat/lng)
  • Create planned tour — save a planned route as a Komoot tour

Streams

  • Coordinates — lat, lng, altitude, timestamp sequence
  • Surfaces — surface types per segment (asphalt, gravel, dirt...)
  • Way types — road, bike path, trail, etc.
  • Directions — turn-by-turn navigation

Profile

  • User profile — name, avatar, stats, settings

18 tools total

Setup

1. Configure credentials

cd komoot-mcp
cp .env.example .env
# Edit .env with your Komoot email and password
[email protected]
KOMOOT_PASSWORD=your_komoot_password

2. Install and run

uv sync
uv run python -m komoot_mcp.server

3. Add to Claude Desktop

{
  "mcpServers": {
    "komoot": {
      "command": "uv",
      "args": ["--directory", "/path/to/komoot-mcp", "run", "python", "-m", "komoot_mcp.server"]
    }
  }
}

Authentication

Basic Auth via Komoot's internal API (/v006/account/email/{email}/). Session token persisted in ~/.config/komoot-mcp/session.json with automatic re-auth on 401.

Note: Komoot does not have an official public API. This server uses the same undocumented v007 REST API that the web frontend and all major third-party tools use. It could break if Komoot changes their internal API.

Logging

JSON-lines logs in ~/.config/komoot-mcp/logs/komoot-mcp.log. Set KOMOOT_MCP_LOG_LEVEL=DEBUG in .env.

License

MIT

from github.com/Belenos-Toutatis/komoot-mcp

Install Komoot in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install komoot-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add komoot-mcp -- uvx --from git+https://github.com/Belenos-Toutatis/komoot-mcp komoot-mcp

FAQ

Is Komoot MCP free?

Yes, Komoot MCP is free — one-click install via Unyly at no cost.

Does Komoot need an API key?

No, Komoot runs without API keys or environment variables.

Is Komoot hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Komoot in Claude Desktop, Claude Code or Cursor?

Open Komoot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Komoot with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs