Back to Apps

Doodleworks
Supports UIby salzaki
Turn complex ideas and articles into a series of hand-drawn Tinku illustrations with an interactive viewer.
0 stars
Works in:CursorVS Code CopilotGoose
Exposes:ToolsResourcesPrompts
What it does
Doodleworks transforms abstract concepts, blog posts, or social media threads into a series of clean, hand-drawn line illustrations. Instead of literal diagrams, it represents each key idea as a low-tech contraption operated by Tinku, a recurring egg-blob character, helping users visualize information through conceptual metaphors.
Key features
- Interactive Viewer: Browse, zoom, and regenerate illustrations directly within the AI chat interface.
- Conceptual Mapping: Converts complex text into a sequence of intuitive, hand-drawn visual metaphors.
- BYO Key: Securely use your own OpenAI or Gemini API keys for image generation.
- High-Resolution Export: Download generated illustrations as PNGs with optional title captions.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"doodleworks-mcp": {
"command": "npx",
"args": ["-y", "doodleworks-mcp"],
"env": { "OPENAI_API_KEY": "your-key-here" }
}
}
}
- Cursor: Add to
.cursor/mcp.jsonas a stdio server usingnpx -y doodleworks-mcp. - VS Code: Configure via
.vscode/mcp.jsonfor GitHub Copilot agent mode.
Supported hosts
Supported on Cursor, VS Code, Claude Desktop, and Goose.
Quick install
npx -y doodleworks-mcpInformation
- Pricing
- free
- Published
- 7/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Goose
Add to ~/.config/goose/config.yamlCursor
Add to .cursor/mcp.json using npx -y doodleworks-mcpClaude Desktop
Add to claude_desktop_config.json with npx -y doodleworks-mcp and OPENAI_API_KEYVS Code Copilot
Add to .vscode/mcp.json via Copilot agent mode





