mlb mcp for VS Code
io.github.mrfentmen/mlb-mcp
Teams, schedules, and standings from the official MLB Stats API. No key required.
client:VS Code
transport:stdio
runtime:npm
Install mlb mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mlb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mlb-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs