Doodleworks MCP for Grok
io.github.salzaki/doodleworks-mcp
Hand-drawn explainer illustrations in your AI host, via an MCP App with an interactive viewer.
client:Grok
transport:stdio
runtime:npm
Install Doodleworks MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"doodleworks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"doodleworks-mcp"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs