Back to Utilities

BART (San Francisco Transit)

Integrates with BART's API to provide real-time train departure information in San Francisco.

Last updated: 1/27/2026

README

# A Simple MCP server to access BART departures data

MCP implementation of BART

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "bart-san-francisco-transit": {
      // See GitHub repository for configuration
    }
  }
}

See the GitHub repository for full installation instructions.