Skip to content
VS Code

bart mcp for VS Code

io.github.mrfentmen/bart-mcp

Bay Area Rapid Transit departures. No key required.

client:VS Code transport:stdio runtime:npm

Install bart mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bart-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bart-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bart mcp in other clients