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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whiteboard_mcp-0.1.2.tar.gz.
File metadata
- Download URL: whiteboard_mcp-0.1.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
680714e58ff96a94defd49388aeab95f7ee21cac98d840b24c80b3fc9f9e1759
|
|
| MD5 |
a34932bd26772a06f5b6b4a608079bf5
|
|
| BLAKE2b-256 |
15d1cd184851c14bd71cd0e18b3ad5f0ae9c090b1fc21be1443cc953bc9cb8e5
|
File details
Details for the file whiteboard_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: whiteboard_mcp-0.1.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34ec3f250728a9d3a309b96c438edc99a6a756f12ce6405c86d70c7f4f17e853
|
|
| MD5 |
f895f5f765bfdd175e686d285a3617e0
|
|
| BLAKE2b-256 |
ab871ca9ab7c7bedc2250bb39edf452b01330be26078f4221dc153c7b6adbca2
|