Odel
minipainter

minipainter

Local
@arturskowronskiJavaScriptMITUpdated 2w ago

Local-first miniature-paint inventory and cross-brand color matching for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmminipainterv0.7.3

Run

npx -y minipainter

MCP client config

{
  "mcpServers": {
    "minipainter": {
      "command": "npx",
      "args": [
        "-y",
        "minipainter"
      ]
    }
  }
}