Odel
kingsplaybook mcp

kingsplaybook mcp

Local
@kingplaybookhqadmin1JavaScriptMITUpdated 3mo ago

Kings Playbook sports API for AI agents: NBA/MLB/NHL lineups, projections, and lines.

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).

npmkingsplaybook-mcpv0.1.0

Run

npx -y kingsplaybook-mcp

MCP client config

{
  "mcpServers": {
    "kingsplaybook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kingsplaybook-mcp"
      ]
    }
  }
}