Bixi MCP Server
Click on "Deploy 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., "@Bixi MCP Serverfind nearby Bixi stations with available bikes near Berri-UQAM metro"
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.
Bixi MCP Server
MCP server providing access to Montreal's Bixi bike-sharing data through GBFS API.
Installation
# Install with uv
uv syncRelated MCP server: mcp-citybikes
Local Usage
# Start the server
cd mcp_server
uv run python server.pyDocker Usage
# Build
docker build -t bixi-mcp .
# Run
docker run -i bixi-mcpClaude Desktop Configuration
Local Server
{
"mcpServers": {
"bixi": {
"command": "uv",
"args": ["--directory", "/path/to/bixi-mcp/mcp_server", "run", "python", "server.py"]
}
}
}Docker Server
{
"mcpServers": {
"bixi": {
"command": "docker",
"args": ["run", "-i", "bixi-mcp"]
}
}
}Available Tools
Station Info:
get_stations(),get_station(id),search_stations(query)Real-time Status:
get_stations_status(),get_station_status(id),get_available_stations(min_bikes)Location:
find_nearby_stations(lat, lon, radius)System:
get_system_info(),get_system_alerts(),get_system_summary()Analytics:
get_stations_with_issues(),get_vehicle_types()
All tools support English (en) and French (fr) languages.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Citybikes MCP — wraps CityBik.es API (free, no auth required)
Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.
DataMontreal MCP — City of Montreal open data (donnees.montreal.ca, CKAN API).
Real-time BART departures, trip planning, fares, stations, and advisories.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides access to Bay Wheels realtime bikeshare data, enabling users to find nearest available bikes (standard or ebike) and docking stations with available spaces in the San Francisco Bay Area.2-
- AlicenseNot gradedqualityBmaintenanceProvides access to bike sharing station data from CityBik.es API, enabling queries for station availability and locations without authentication.8 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables access to City of Montreal open data through the CKAN API, allowing queries and retrieval of datasets.2 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides real-time SEPTA transit data via the keyless SEPTA API, enabling users to query schedules, routes, and arrivals for Philadelphia's public transit system.2 npmMIT