- Home
- MCP servers
- PromptBoard
PromptBoard
- other
6
GitHub Stars
other
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pjueon-promptboard": {
"command": "npx",
"args": [
"-y",
"promptboard"
]
}
}
}PromptBoard provides a shared whiteboard for AI agents over the MCP, enabling you to paste, mark up, and discuss visual context without saving images to files. It supports drawing, annotation, and quick analysis of whiteboard content, making collaboration with AI teammates more visual and streamlined.
How to use
You integrate PromptBoard with your MCP client to enable a visual whiteboard workflow. Start by configuring PromptBoard in your MCP client, then launch the whiteboard from your MCP-enabled environment. You can paste screenshots directly, draw annotations, and use simple commands to open or analyze the board with connected agents.
How to install
Prerequisites you need before installation: Node.js and npm (or another runtime environment compatible with npm-based packages). Ensure you have internet access to download the MCP package you will run.
{
"mcpServers": {
"promptboard": {
"command": "npx",
"args": ["-y", "promptboard"]
}
}
}
Additional configuration and usage notes
To use the PromptBoard MCP server, you run the following command in your MCP-enabled environment. This starts the local, stdio-based server so you can interact with the whiteboard from your MCP client.
{
"mcpServers": {
"promptboard": {
"command": "npx",
"args": ["-y", "promptboard"]
}
}
}
Available tools
whiteboard
Opens and interacts with the visual whiteboard canvas to draw, annotate, and paste screenshots.
check-board
Analyzes whiteboard content using an optional message to interpret highlighted areas or questions.