Bixi MCP Server
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., "@Bixi MCP Servershow me the Bixi stations near Old Montreal"
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
Description
A local (stdio) MCP server exposing the BIXI Montréal bike-share API, via bixi-sdk, as tools for MCP clients.
Related MCP server: mcp-cli-catalog
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 installResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA dual-transport MCP server that exposes your API as tools to LLM clients, supporting both stdio transport for local clients like Claude Desktop and HTTP/SSE transport for remote clients like OpenAI's Responses API.Last updated
- Alicense-qualityDmaintenanceAn MCP server that publishes CLI tools on your machine for discoverability by LLMsLast updated151MIT
- AlicenseAqualityBmaintenanceAn MCP server that exposes the Deutsche Bahn public transport API to any MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.). Five tools cover station search, departures, journey planning, trip details, and nearby stations.Last updated6MIT
- AlicenseAqualityBmaintenanceA local MCP server that exposes macOS automation actions (AppleScript + CLIs) as tools, enabling MCP clients on your Mac to control apps, system settings, and more.Last updated39MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/renaudb/bixi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server