mcp drawthings for VS Code
io.github.james-see/mcp-drawthings
MCP server for Draw Things - local AI image generation on Mac
client:VS Code
transport:stdio
runtime:npm
Install mcp drawthings in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-drawthings": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-drawthings"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs