Skip to content
VS Code

BrandKit MCP for VS Code

io.github.ejwhite7/brandkit-mcp

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

client:VS Code transport:stdio runtime:npm

Install BrandKit MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

BrandKit MCP in other clients