whiteboard-mcp is a simple whiteboard web application, providing a convenient way for displaying Chatbot/LLM's output.
whiteboard-mcp is a simple whiteboard web application, providing a convenient way for displaying Chatbot/LLM's output. Exposed over MCP by the whiteboard mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
whiteboard-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
update_whiteboard_url — Set the board to load a URL (url)update_whiteboard_html — Render raw HTML (html)update_whiteboard_markdown — Render Markdown (markdown)Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Whiteboard MCP's toolset — update_whiteboard_url, update_whiteboard_html, update_whiteboard_markdown — is a fair guide to whether it matches your workflow. It is maintained by mikewei; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| update_whiteboard_url | Set the board to load a URL (url). |
| update_whiteboard_html | Render raw HTML (html). |
| update_whiteboard_markdown | Render Markdown (markdown). |
{
"mcpServers": {
"whiteboard": {
"command": "uvx",
"args": ["whiteboard-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.