Quickstart
Authorize an AI agent to work in BitBoard. Connected agents read and edit your workbooks through the Model Context Protocol.
Your MCP URL
Section titled “Your MCP URL”https://app.bitboard.work/mcpYou can also copy this from BitBoard under Settings → Agent access.
Connect your agent
Section titled “Connect your agent”- Open Claude → Customize → Connectors.
- Click +, then Add custom connector.
- Paste your MCP URL.
- Authorize BitBoard when prompted.
Run this in your terminal:
claude mcp add --transport http bitboard https://app.bitboard.work/mcpA browser window will open to authorize BitBoard.
-
Open Cursor Settings (
Cmd+Shift+J) → MCP → + Add New MCP Server. -
This opens
~/.cursor/mcp.json. Add BitBoard to themcpServerssection:"bitboard": {"url": "https://app.bitboard.work/mcp"} -
Save the file. A browser window will open to authorize BitBoard.
- Open ChatGPT → Settings → Apps.
- Click Advanced settings and enable Developer mode.
- Go back, then click Create app.
- Enter name BitBoard, set Authentication to OAuth, and paste your MCP URL.
- Click Create.
BitBoard implements the Model Context Protocol over OAuth 2.0. Agents not listed here can still connect: paste the MCP URL into any MCP-compatible client.