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.
# claude.ai (web & mobile): Settings → Connectors → add URL https://bq-server.onrender.com/mcp?key=YOUR_KEY # Claude Code / Desktop: claude mcp add --transport http boardq \ "https://bq-server.onrender.com/mcp?key=YOUR_KEY" # then just ask: > Create a leaderboard "Sprint 42" with Alice, Bob and Chris ✓ Board created: boardq.io/ab12cd34 — live, shareable
Generate an account API key in Settings → Developer API on boardq.io (Premium).
claude.ai: Settings → Connectors → add bq-server.onrender.com/mcp?key=YOUR_KEY. Claude Code: claude mcp add --transport http boardq "…/mcp?key=YOUR_KEY".
"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.
A hosted remote server — add the URL as a connector on claude.ai (web & mobile), Claude Code or Claude Desktop. Prefer local? npx -y boardq mcp works too.
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. On claude.ai, go to Settings → Connectors and add https://bq-server.onrender.com/mcp?key=YOUR_KEY as a custom connector. In Claude Code: claude mcp add --transport http boardq "https://bq-server.onrender.com/mcp?key=YOUR_KEY". Then ask Claude to 'create a leaderboard for our sprint with Alice, Bob and Chris' and it will.
All of them. On the claude.ai website and mobile app, add BoardQ as a custom connector (Settings → Connectors) with the URL https://bq-server.onrender.com/mcp?key=YOUR_KEY. In Claude Code or Claude Desktop you can use the same remote URL - or run it locally with 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