We use cookies (and other similar technologies) for many purposes, including to improve your experience on our site and for ads and analytics.

MCP Server

Run leaderboards by talking to Claude.

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.

⌁ One URL to connect⚒ 5 leaderboard tools⚭ claude.ai · Claude Code · Desktop
terminal
# 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
1
command to connect
5
leaderboard tools
0
lines of code to write
How it works

Connected in one minute

1

Get your key

Generate an account API key in Settings → Developer API on boardq.io (Premium).

2

Add the connector

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

3

Just ask

"Who's leading?" · "Give Bob 5 points" · "Start a new board for Friday's quiz" — Claude does it, the board updates live.

What's inside

Five tools, everything a competition needs

Conversation is the admin UI

Create boards, rename players, adjust points — without opening the app. Great for standups and game nights.

Self-describing tools

create_leaderboard, get_standings, add_score, update_score, delete_score — typed schemas the model uses correctly, no hallucinated endpoints.

One key for everything

Your account key creates boards and manages scores on every board you own. Regenerate any time to revoke.

Live results

Every change lands on the public board in real time — put it on the TV while Claude keeps score.

Scoped & revocable

The key only reaches boards your account owns — never other users' boards or your account settings.

Every Claude, everywhere

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.

FAQ

MCP server questions

What is the BoardQ MCP server?

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.

How do I connect it to Claude?

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.

Which Claude apps does it work with?

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.

What can the AI actually do with it?

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.

Is it safe to give the AI my API key?

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.

Connect today

Let Claude keep the score.

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