mcpbeat Sign in

Kingsplaybook MCP Server

by kingplaybookhqadmin1 Your server? Claim it
local only

Kingsplaybook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 21 May 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 9 · avg 4 · -29% w/w
a month agotoday
25
Installs / week
npm · kingsplaybook-mcp
0
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kingsplaybook-mcp -- npx -y kingsplaybook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kingsplaybook-mcp": {
      "args": [
        "-y",
        "kingsplaybook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kingsplaybook-mcp]
command = "npx"
args = ["-y", "kingsplaybook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kingsplaybook-mcp": {
      "args": [
        "-y",
        "kingsplaybook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kingsplaybook-mcp": {
      "args": [
        "-y",
        "kingsplaybook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KINGSPLAYBOOK_API_KEY (Your kp_live_ API key from https://kingsplaybook.org/devs), KINGSPLAYBOOK_API_URL (Override the API base URL (default https://api.kingsplaybook.org)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kingsplaybook MCP

same job, measured the same way
Playcallerapp
by playcallerapp

Live NFL, MLB, and NBA sports intelligence: injury signals, identity resolution, projections.

answering
Davincibets MCP
by davincipicks

AI sports predictions for NBA, NFL, NHL & MLB — picks, cards, track record, schedule

146 installs/wk local only
StatsHawk
by statshawk

Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL.

answering
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Plate
by plate

Minimal project management for teams and AI agents.

28 tools answering
FairLine
by fairline

Shops MLB, NHL, EPL and NFL lines across sportsbooks with a no-vig fair probability, for members.

answering
Rankedtoday MCP
by ryankramer

League of Legends math for AI agents: MMR estimation, climb projections, KDA, hours. No API key.

59 installs/wk local only
Opensanctions MCP
by scka-de

Sanctions screening and PEP checks via OpenSanctions API for AI agents

27 installs/wk local only

Kingsplaybook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kingsplaybook MCP?
Kingsplaybook MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kingsplaybook-mcp was installed 25 times last week.
Is Kingsplaybook MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Kingsplaybook MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kingsplaybook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kingsplaybook MCP?
The npm package kingsplaybook-mcp was installed 25 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kingsplaybook MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.