Skip to main content
Glama

Bixi MCP Server

License pre-commit

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 via offset).

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
Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that publishes CLI tools on your machine for discoverability by LLMs
    14
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready

  • 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.

View all MCP Connectors

Latest Blog Posts

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