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.3.tar.gz (34.8 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.3-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: whiteboard_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 34.8 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.3.tar.gz
Algorithm Hash digest
SHA256 8953edcb22172fc69c8d80f950a5f986b3d4bcac6727854b646bb79e1deca052
MD5 e56d348b3139a96d6cbbf209fc2acc13
BLAKE2b-256 c29b1f31d5ec712bb750cd1d3cf944e92ff4b0c1b5e9336919ff5541fdae28eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: whiteboard_mcp-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9f9befda4b0f936eb539ac4bbb12c6238d292dc7531aced1601de02baccfd4b9
MD5 265677f2c805d50cccf39ba0ba2ac408
BLAKE2b-256 1ce5a66835124eb1b0d8251dc0ff80e92ad41930e8d80088335f42927259f6ef

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