alphaportal mcp for Cline
io.github.chrischall/alphaportal-mcp
AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications
client:Cline
transport:stdio
runtime:npm
Install alphaportal mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"alphaportal-mcp": {
"command": "npx",
"args": [
"-y",
"alphaportal-mcp"
],
"env": {
"ALPHAPORTAL_REFRESH_TOKEN": "<ALPHAPORTAL_REFRESH_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs