mcp drawthings for Gemini CLI
io.github.james-see/mcp-drawthings
MCP server for Draw Things - local AI image generation on Mac
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp drawthings in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-drawthings": {
"command": "npx",
"args": [
"-y",
"mcp-drawthings"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs