Bixi MCP Server
Description
A local (stdio) MCP server exposing the BIXI Montréal bike-share API, via bixi-sdk, as tools for MCP clients.
Tools
list_stations— list all Bixi stations currently in service.list_rides— list the current member's ride history (paginated viaoffset).
Installation
The server can be run directly with uvx — no separate install step required.
Configuration
The server authenticates with your Bixi account using the BIXI_USERNAME and BIXI_PASSWORD environment variables.
Example configuration for an MCP client (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"bixi": {
"command": "uvx",
"args": ["bixi-mcp"],
"env": {
"BIXI_USERNAME": "your-username",
"BIXI_PASSWORD": "your-password"
}
}
}
}
Development
pip install -e .[dev]
pre-commit install
Release files for bixi-mcp 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bixi_mcp-0.0.1.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bixi_mcp-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.7 kB
Release files / bixi_mcp-0.0.1.tar.gz
| Download URL | bixi_mcp-0.0.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
96b01add4de85740e141cab741010669eec6f916a818ee6063d7be8854c48873
|
|
BLAKE2b-256 checksum How to use checksums |
54ab0ad13877c61e4b89ec9c7588547de84202f7b80c421ad45f02ec27b3662a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 3, 2026.
Transparency logRelease files / bixi_mcp-0.0.1-py3-none-any.whl
| Download URL | bixi_mcp-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
266dad3896f90a54e287373a51156e268217b2be2f6791ee3838cfbe52e1430b
|
|
BLAKE2b-256 checksum How to use checksums |
25d36aa0f7af916804e0e6ee3241641044dcd8a111ee117aa70a8e187ed3458f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 3, 2026.
Transparency log