Skip to content
Claude Desktop

PendlingsKollen — Stockholm Commuter for Claude Desktop

io.github.jannegpriv/pendlingskollen

Stockholm transit: realtime departures, trip planning, disruptions and personal commute status.

client:Claude Desktop transport:streamable-http

Install PendlingsKollen — Stockholm Commuter in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pendlingskollen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://iqkumimwxoupuayyamir.supabase.co/functions/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PendlingsKollen — Stockholm Commuter in other clients