mlb mcp for Zed
io.github.mrfentmen/mlb-mcp
Teams, schedules, and standings from the official MLB Stats API. No key required.
client:Zed
transport:stdio
runtime:npm
Install mlb mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mlb-mcp": {
"command": "npx",
"args": [
"-y",
"mlb-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs