mcpbeat Sign in

BrandKit MCP Server

local only

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

Brand atomic system over MCP: verbal, visual, motion, tokens, and a magic_trick taste primer.

Installs per day peak 86 · avg 14 · +12% w/w
a month agotoday
51
Installs / week
npm · brandkit-mcp
5
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command tsup.config.ts:36
        execSync(`cp -r ${src}/. ${dest}/`);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 brandkit-mcp -- npx -y brandkit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brandkit-mcp": {
      "args": [
        "-y",
        "brandkit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brandkit-mcp]
command = "npx"
args = ["-y", "brandkit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brandkit-mcp": {
      "args": [
        "-y",
        "brandkit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brandkit-mcp": {
      "args": [
        "-y",
        "brandkit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BrandKit MCP

same job, measured the same way
Optics MCP
by rolemodel

MCP Server for Optics Design System documentation and token usage.

34 installs/wk local only
C
Sigasi Magic HDL
by sigasi

Analyze and verify Verilog, SystemVerilog, and VHDL projects from AI agents over MCP.

102 installs/wk local only
$THREE Token
by nirholas

Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.

57 installs/wk local only
Auth Token Service
by mikerawsonnz

Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.

2 tools answering
Variel MCP Server
by variel

Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP.

14 installs/wk local only
Anneal
by imsovikde

Zero-friction personal operating system: habits, tasks, and FSRS-5 study retention via remote MCP.

answering
Rundeck MCP Server
by mariomorenodev

50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP

35 installs/wk local only
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only

BrandKit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for BrandKit MCP?
BrandKit MCP 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 brandkit-mcp was installed 51 times last week.
How do I connect BrandKit MCP?
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 brandkit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BrandKit MCP?
The npm package brandkit-mcp was installed 51 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BrandKit MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 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.