PromptBoard
đ¨ PromptBoard
The Shared Whiteboard for AI Agents via MCP.
Paste screenshots, highlight specific details, and share visual context directly via MCP. Stop saving images to files. Just copy, paste, mark, and ask.
Demo:
https://github.com/user-attachments/assets/3a07ca9d-d989-4d6c-aef1-4eebbd6d0cca
đ Quick Start
Standard Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"promptboard": {
"command": "npx",
"args": ["-y", "promptboard"]
}
}
}Config Location:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Configuration:
{
"mcpServers": {
"promptboard": {
"command": "npx",
"args": ["-y", "promptboard"]
}
}
}Restart Claude Desktop and test:
"Open the whiteboard"
"What's on the whiteboard?"
claude mcp add promptboard "npx -y promptboard"Custom Commands (Optional):
npx promptboard init claude-codeThis creates .claude/commands/:
/whiteboard- Opens the visual whiteboard/check-board [message]- Analyzes whiteboard content
Example:
/check-board What does the red section mean?Config Location: .gemini/settings.json in your project
Configuration:
{
"mcpServers": {
"promptboard": {
"command": "npx",
"args": ["-y", "promptboard"]
}
}
}Custom Commands (Optional):
npx promptboard init gemini-cliThis creates .gemini/commands/:
/whiteboard- Opens the visual whiteboard/check-board [message]- Analyzes whiteboard content
For detailed installation instructions, including manual setup and building from source, please refer to the MCP Setup Guide.
Features
đ¨ Whiteboard Canvas - Draw, sketch, and annotate freely
đ¸ Screenshot Support - Paste images directly with
Ctrl+Vđī¸ Drawing Tools - Pen, shapes, text, eraser
âŠī¸ Undo/Redo - Full history management (
Ctrl+Z,Ctrl+Shift+Z)đ Multi-language - English, Korean, Japanese
đ Dark/Light Theme - Customizable appearance
đ¤ AI Integration - MCP protocol for Claude Code, Gemini CLI
đž Auto-save - Persistent state across sessions
Documentation
User Guides
MCP Setup Guide - Installation and configuration
MCP Architecture - Internal architecture details
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pjueon/promptboard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server