whiteboard-mcp

mikewei/whiteboard-mcp

3.1

If you are the rightful owner of whiteboard-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

whiteboard-mcp is a web-based whiteboard application that integrates with Model Context Protocol (MCP) to display outputs from Chatbots or Language Learning Models (LLMs).

A Web-based Whiteboard with MCP interface

whiteboard-mcp is a simple whiteboard web application, providing a convenient way for displaying Chatbot/LLM's output.

Install from source

git clone .../whiteboard-mcp
cd whiteboard-mcp
uv run whiteboard_mcp

MCP configure

{
    "mcpServers": {
        "whiteboard-mcp": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "http://127.0.0.1:5000/mcp/sse",
                "--allow-http"
            ]
        }
    }
}