We use cookies (and other similar technologies) for many purposes, including to improve your experience on our site and for ads and analytics.
BoardQ ships an MCP server, so Claude can create boards, add players, and update live scores for you. "Make a leaderboard for our sprint and put the team on it" — done.
# connect BoardQ to Claude (one time) claude mcp add boardq -- npx -y boardq mcp --key $BOARDQ_API_KEY # then just ask: > Create a leaderboard "Sprint 42" with Alice, Bob and Chris, give Alice 3 points for yesterday's demo ✓ Board created: boardq.io/ab12cd34 — live, shareable
Generate an account API key in Settings → Developer API on boardq.io (Premium).
claude mcp add boardq -- npx -y boardq mcp --key YOUR_KEY — or the equivalent in any MCP client.
"Who's leading?" · "Give Bob 5 points" · "Start a new board for Friday's quiz" — Claude does it, the board updates live.
Create boards, rename players, adjust points — without opening the app. Great for standups and game nights.
create_leaderboard, get_standings, add_score, update_score, delete_score — typed schemas the model uses correctly, no hallucinated endpoints.
Your account key creates boards and manages scores on every board you own. Regenerate any time to revoke.
Every change lands on the public board in real time — put it on the TV while Claude keeps score.
The key only reaches boards your account owns — never other users' boards or your account settings.
Claude Code, Claude Desktop, or anything that speaks MCP. Runs via npx — nothing to install or update.
MCP (Model Context Protocol) is the standard that lets AI assistants use external tools. BoardQ's MCP server gives Claude five leaderboard tools - create_leaderboard, get_standings, add_score, update_score and delete_score - so you can run competitions by conversation instead of clicking through an app or writing API code.
Generate an account API key in BoardQ Settings → Developer API, then run: claude mcp add boardq -- npx -y boardq mcp --key YOUR_KEY. That's it - ask Claude to 'create a leaderboard for our sprint with Alice, Bob and Chris' and it will.
Yes. It's a standard MCP stdio server, so any MCP-compatible client works - Claude Code, Claude Desktop, and other tools that speak the protocol. The command is always: npx -y boardq mcp --key YOUR_KEY.
Everything score-related on boards your account owns: create new leaderboards (optionally seeding up to 200 players in one call), read live standings, add players, change scores, and remove rows. Every change appears on the public board in real time.
The key is scoped to your account's boards only - it can't touch other users' boards or your account settings. Regenerate the key in Settings at any time to instantly revoke the old one.
Create your BoardQ account, grab an API key, and connect the MCP server in one command.
Works with Claude Code & Claude Desktop · npx, no install · Revoke any time