Skip to main content

A web-based whiteboard service

Project description

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 PYPI

pip install whiteboard-mcp
# or:
# uv tool install whiteboard-mcp
whiteboard-mcp

From source

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

The server listens on 0.0.0.0:5000 by default.

MCP endpoints

Transport URL (local)
StreamableHTTP http://127.0.0.1:5000/mcp (POST /mcp)
SSE (+ messages) http://127.0.0.1:5000/sse (+ POST /sse/messages/)

Use your machine's LAN IP instead of 127.0.0.1 when connecting from another device on the same network.

MCP configure

Standard /mcp API

Clients that support Streamable HTTP natively should point their MCP server URL at http://127.0.0.1:5000/mcp (adjust host/port for LAN as needed).

Compatible /sse API

For example you can use mcp-remote to connect /sse API:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whiteboard_mcp-0.1.1.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

whiteboard_mcp-0.1.1-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file whiteboard_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: whiteboard_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for whiteboard_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 57e0c33330f487b5ce4af218a72e18105d32fe267477d39064e4578051b9dfbf
MD5 57b4ff2780c2fb8b41fd4df2c86f0463
BLAKE2b-256 1fdddc2f710d99e3125fc8034692ab2abd77801871f8d66843287efc96556654

See more details on using hashes here.

File details

Details for the file whiteboard_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: whiteboard_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for whiteboard_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6675d90f16f80bd982b904d8918eb91906b1ee0a96ab004f801b6724b0d0e0ce
MD5 a1680dd01f18ded697b34e3cc619aab4
BLAKE2b-256 3ed21f3e34f5c325671623c62395ff1274e8fa5eb85e6f28dea2991ba76388ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page