Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TripGo MCP ServerHow do I get from Central Station to the Airport by public transport?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TripGo MCP Server
The is a remote MCP server that wraps the TripGo API and provides the following tools:
tripgo-locations: Retrieve transport-related locationstripgo-departures: Departures from a specific public transport stoptripgo-routing: Mixed and multi-modal trip planningtripgo-get-trip-url: Get the URL of a trip previously calculated using thetripgo-routingtool
The MCP server is deployed on Cloudflare Workers.
Connect directly to remove MCP
The MCP server is deployed on Cloudflare Workers. You can connect to it directly using the URL https://tripgo-mcp-server.skedgo-account.workers.dev/sse.
Connect Claude Desktop to public MCP server
You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Use with this configuration:
Restart Claude and you should see the tools become available.
Development
Create a copy of
.env.exampleand rename it to.envand set an API keyInstall dependencies with
npm installStart the server with
npm run dev:local
The configure Claude:
Restart Claude and you should see the tools become available.
Deployment
This is deployed locally currently, run: