Hand-drawn explainer illustrations in your AI host, via an MCP App with an interactive viewer.
claude mcp add doodleworks-mcp -- npx -y doodleworks-mcp
claude_desktop_config.json
{
"mcpServers": {
"doodleworks-mcp": {
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"doodleworks-mcp": {
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"doodleworks-mcp": {
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"doodleworks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"doodleworks-mcp": {
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.SalZaki--doodleworks-mcp/reviews or the review_server meta-tool.
POST /mcp