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.
Quick Start
Clone the repository:
git clone https://github.com/skedgo/tripgo-mcp-serverClaude 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.