Skip to content

mikewei/whiteboard-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
            ]
        }
    }
}

About

A whiteboard web application with MCP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published