Skip to main content
Travel & TransportationTypeScript

skedgo/tripgo-mcp-server

Provides tools from the TripGo API for multi-modal trip planning, transport locations, and public transport departures, including real-time information.

travel-transportationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/skedgo/tripgo-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "tripgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "skedgo/tripgo-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
TypeScript
Author
skedgo