Hand-drawn explainer illustrations in your AI host, via an MCP App with an interactive viewer.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Turn any idea (a blog post, an article, an X post) into hand-drawn "Tinku" illustrations that explain the key concepts, right inside your AI host.
Bring your own image-API key (OpenAI or Gemini) Β· local stdio server Β· flip through, regenerate, and download, all in your host's chat.
Quick start Β· Add to your host Β· Using it Β· Parameters Β· The viewer Β· Examples Β· Configuration Β· Build from source Β· How it works
Doodleworks turns a single idea (or a whole blog post, article, or X post) into clean line illustrations that explain its key concepts, one idea per picture. It never draws the topic literally. Instead, it pulls out each concept and reinvents it as a low-tech contraption that Tinku, the app's own character, is physically operating: confident black lines on a pure-white background, with a few neat red/orange/blue handwritten labels.
Ask your AI host for a set of illustrations, and Doodleworks renders them and opens an interactive viewer right in the chat: flip through, regenerate any image you don't like, and download the PNGs.
npx line. No clone, no build, no database.No clone and no build required: npx fetches the published doodleworks-mcp package from npm and runs it. You'll need an image-API key to render (none is needed just to install).
1. Get an image key. Use one of:
OPENAI_API_KEY: OpenAI GPT Image (the default provider)GEMINI_API_KEY (or GOOGLE_API_KEY): Gemini 3 Pro Image ("Nano Banana Pro")New here? Start with OPENAI_API_KEY: it's the default, and every example below was generated with it. Set just one; you don't need both.
2. Add it to your AI host. Drop this into your host's MCP config (Claude Desktop's claude_desktop_config.json shown; see Add it to your AI host for every other host):
3. Ask in plain language. Restart the host, then say:
Use doodleworks to create a set of 6 illustrations explaining how a heat pump heats your home, for homeowners, one idea per image.
[!TIP] The model writes each illustration's prompt for you. You just describe the topic. In a graphical host the viewer opens with the gallery; in a terminal host you'll get tool output only (a text summary, not the rendered images).
Doodleworks is an MCP App: it exposes tools and an interactive UI. Every host below can run the tools, but the inline viewer (the whole point) only renders in hosts that support MCP Apps UI.
[!TIP] Want the inline viewer? Use Cursor, VS Code, Claude Desktop, or Goose. Claude Code and Windsurf run the tools but can't show the viewer (you'll get tool output instead).
| Host | Runs the tools | Shows the viewer | Notes |
|---|---|---|---|
| Cursor (2.6+) | β | β | Cleanest experience |
| VS Code (1.109+) | β | β | Copilot agent mode |
| Goose Desktop (1.19.1+) | β | β | Viewer is experimental |
| Claude Desktop | β | β | Fully quit + relaunch after editing config |
| Claude Code | β | β | Terminal has no webview |
| Windsurf | β | β | Tools only |
| MCPJam / basic-host (dev) | β | β | Most reliable way to see the viewer |
[!NOTE] Every config below uses the published package (
npx -y doodleworks-mcp), so there's no clone and no build. Hacking on your own checkout instead? Swap the command fornpx -y tsx /ABSOLUTE/PATH/doodleworks-mcp/main.ts --stdio(see Build from source). Use whichever image key you exported.
Create .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):
Then open Cursor Settings β Tools & Integrations, confirm doodleworks is enabled, and invoke it from Agent chat. Using ${env:OPENAI_API_KEY} keeps the key out of the file (set it in your shell); or paste sk-... directly. The inline viewer requires Cursor 2.6+; older versions run the tools but won't render it.
VS Code uses a servers key (not mcpServers) and can prompt for the key securely. Create .vscode/mcp.json:
Click Start above the server entry (or run MCP: List Servers), enter the key when prompted, then open Copilot Chat β Agent mode and invoke the tool. The viewer renders inline. Requires VS Code 1.109+ (MCP Apps is in preview).
Goose uses YAML. Edit ~/.config/goose/config.yaml (Windows: %APPDATA%\Block\goose\config\config.yaml):
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/doodleworks-mcp)<a href="https://allmcps.com/mcp/doodleworks-mcp"><img src="https://allmcps.com/api/badge/doodleworks-mcp?style=directory" alt="Doodleworks MCP on AllMCPs" /></a>