Odel
The Blue Alliance

The Blue Alliance

Local
@withinfocus1TypeScriptMITUpdated 1w ago

The Blue Alliance MCP Server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@withinfocus/tba-mcp-serverv1.4.0

Run

npx -y @withinfocus/tba-mcp-server

MCP client config

{
  "mcpServers": {
    "the-blue-alliance": {
      "command": "npx",
      "args": [
        "-y",
        "@withinfocus/tba-mcp-server"
      ]
    }
  }
}