AI-powered whiteboards via MCP
QuickBoard
Give your AI agent a whiteboard. One MCP endpoint, real-time canvas. Boards auto-delete after 7 days.
Quick Setup
Paste this prompt into your AI agent and it will configure everything for you.
Set up the QuickBoard MCP server for me. Add the following to my MCP configuration: Server name: quickboard URL: https://courteous-rabbit-357.convex.site/mcp This gives you tools to create whiteboards, add shapes/text/diagrams, and share live board URLs. Create a board and draw something on it to verify it works.
Manual Setup
C
Claude Code
claude mcp add quickboard --transport http https://courteous-rabbit-357.convex.site/mcp{ }
Cursor
Add to .cursor/mcp.json
{
"mcpServers": {
"quickboard": {
"url": "https://courteous-rabbit-357.convex.site/mcp"
}
}
}>>
Codex / Other
Add to your MCP config file
{
"mcpServers": {
"quickboard": {
"url": "https://courteous-rabbit-357.convex.site/mcp"
}
}
}Real-time
Agent draws, you see it live. Cross-tab sync.
Full Canvas
Shapes, text, arrows, freehand, mermaid diagrams.
Auto-cleanup
Boards auto-delete after 7 days.
MCP Endpoint
https://courteous-rabbit-357.convex.site/mcp