blip-mcp
v0.1.3
Published
Visual annotation MCP server for Claude Code - draw on preview screenshots to communicate UI changes
Downloads
433
Maintainers
Readme
How it works
- Tell Claude: "annotate" (or "annotate http://localhost:3000")
- A browser opens with drawing tools on your page
- Draw circles, arrows, highlights, text labels
- Click Send to Claude -- the annotated screenshot goes back to your chat
- Claude updates the code based on what you drew
No more describing UI changes with words. Just draw on them.
Install
claude mcp add blip -- npx blip-mcpThat's it. Requires Claude Code and Node.js 18+.
Two modes
CLI (Terminal) -- The annotate MCP tool opens your page in a browser with the overlay injected. Draw, hit send, the screenshot goes straight back to Claude.
Desktop (Claude Code app) -- The overlay works with Claude Code's built-in preview. Click the pencil button to activate drawing, then press Ctrl+P to add the screenshot to chat.
Development
git clone https://github.com/nebenzu/Blip.git
cd Blip
npm install
npm run buildnpm run dev # Watch mode
npm run serve # Dev server on port 4460
npm start # Run MCP server directlyLicense
MIT
