Back to home
INTEGRATION // CURSOR IDE//Cursor MCP Native
Visual System Architecture & Whiteboard in Cursor IDE
Give Cursor's AI Agent the capability to inspect your local whiteboard and generate architectural diagrams while you write code.
Server Configuration File (JSON):
mcp-server-config.json
{
"mcpServers": {
"openboard": {
"command": "openboard",
"args": ["mcp"]
}
}
}Step-by-Step Setup Guide
1
1. Install OpenBoard
Install OpenBoard globally on your system:
bash
npm install -g openboard-app2
2. Open Cursor Settings
Open Cursor Settings (Cmd + , on macOS, Ctrl + , on Linux/Windows) and navigate to Features > MCP Servers.
3
3. Add OpenBoard Server
Click "Add New MCP Server", set Name to "openboard", Type to "command", and Command to "openboard mcp".
4
4. Start Diagramming in Cursor Chat
Prompt Cursor: "Review our database schema and create a visual entity-relationship diagram on OpenBoard."
Need help or additional custom tooling?
Check the complete reference for all 13 semantic Model Context Protocol tools.