mcpbeat Sign in

minipainter MCP Server

by arturskowronski Your server? Claim it
local only

minipainter runs on your own machine — the client starts it, so there is no endpoint to ping. 260 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 420 · avg 35 · +30% w/w
a month agotoday
260
Installs / week
npm · minipainter
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check minipainter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add minipainter -- npx -y minipainter
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "minipainter": {
      "args": [
        "-y",
        "minipainter"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.minipainter]
command = "npx"
args = ["-y", "minipainter"]
.cursor/mcp.json
{
  "mcpServers": {
    "minipainter": {
      "args": [
        "-y",
        "minipainter"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "minipainter": {
      "args": [
        "-y",
        "minipainter"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INVENTORY_PATH (Path to the inventory JSON file. Defaults to ~/.minipainting/inventory.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to minipainter

same job, measured the same way
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
C
MyHairMail Agent Tools
by myhairmailtools

Realtime wig stock, restock ETAs, and cross-brand color matching for AI agents.

answering
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Peon Mem
by vineetv2

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

531 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Mindswap
by shiporbleed

Local-first AI context and memory server for cross-tool coding continuity.

45 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only

minipainter — questions

Answers built from our own checks of this server.

Why is there no uptime for minipainter?
minipainter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package minipainter was installed 260 times last week.
How do I connect minipainter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls minipainter straight from npm; nothing to host, nothing to sign up for.
How many people use minipainter?
The npm package minipainter was installed 260 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is minipainter open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.