Bixi Server
FreeNot checkedProvides real-time access to Montreal's Bixi bike-sharing data through the GBFS API. Enables querying station information, availability, nearby stations, and sy
About
Provides real-time access to Montreal's Bixi bike-sharing data through the GBFS API. Enables querying station information, availability, nearby stations, and system alerts.
README
MCP server providing access to Montreal's Bixi bike-sharing data through GBFS API.
Installation
# Install with uv
uv sync
Local Usage
# Start the server
cd mcp_server
uv run python server.py
Docker Usage
# Build
docker build -t bixi-mcp .
# Run
docker run -i bixi-mcp
Claude 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
Installing Bixi Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sevesogit/bixi-mcpFAQ
Is Bixi Server MCP free?
Yes, Bixi Server MCP is free — one-click install via Unyly at no cost.
Does Bixi Server need an API key?
No, Bixi Server runs without API keys or environment variables.
Is Bixi Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Bixi Server in Claude Desktop, Claude Code or Cursor?
Open Bixi Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Bixi Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
