Local MCP server
Add minipainter to claude_desktop_config.json, then restart Claude
Desktop. It reads and updates your local inventory directly.
// claude_desktop_config.json
{
"mcpServers": {
"minipainter": {
"command": "npx",
"args": ["-y", "-p", "minipainter", "minipainter-mcp"]
}
}
}
From a clone, use "command": "node" with the absolute path
to src/mcp-server.mjs.