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
C
maintenance

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
    -
    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.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that publishes CLI tools on your machine for discoverability by LLMs
    Last updated
    15
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An 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 updated
    6
    MIT

View all related MCP servers

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

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