Back to Apps

MBTA MCP Server
by rsun19
Connect your AI to the Massachusetts Bay Transportation Authority (MBTA) for real-time transit alerts and status updates.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects an AI assistant to the MBTA V3 API, enabling real-time tracking of transit alerts across the Boston area's bus, subway, and commuter rail systems. It allows the AI to monitor service disruptions and provide current transit status to users.
Tools
get_mbta_alerts: Fetches current service alerts and disruptions from the MBTA API.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mbta-alerts": {
"command": "uv",
"args": [
"--directory",
"~/mbta-mcp",
"run",
"api/mbta/alerts/run.py"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv syncInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mbta-alerts": {
"command": "uv",
"args": [
"--directory",
"~/mbta-mcp",
"run",
"api/mbta/alerts/run.py"
]
}
}
}






