Skip to content
Cursor

BrandKit MCP for Cursor

io.github.ejwhite7/brandkit-mcp

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

client:Cursor transport:stdio runtime:npm

Install BrandKit MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "brandkit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "brandkit-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BrandKit MCP in other clients