Skip to content
MCP Server Community By @ejwhite7

ejwhite7/brandkit-mcp

[![ejwhite7/brandkit-mcp MCP server](https://glama.ai/mcp/servers/ejwhite7/brandkit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ejwhite7/brandkit-mcp) 📇 🏠 🍎 🪟 🐧 - Expose a company's complete design system (colors, typography, logos, components, guidelines, CSS tokens) to AI tools via MCP. Auto-parses CSS / Markdown / PDF / SVG / fonts; supports `marketing` vs `product` contexts with shared overrides; ships 12 tools, 16+ resources under `brandkit://`, and 4 prompts; stdio + SSE + Streamable HTTP transports. Install via NPM: `npx -y brandkit-mcp serve`.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: ejwhite7/brandkit-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-ejwhite7-brandkit-mcp

Detailed Documentation

ejwhite7/brandkit-mcp MCP server 📇 🏠 🍎 🪟 🐧 - Expose a company’s complete design system (colors, typography, logos, components, guidelines, CSS tokens) to AI tools via MCP. Auto-parses CSS / Markdown / PDF / SVG / fonts; supports marketing vs product contexts with shared overrides; ships 12 tools, 16+ resources under brandkit://, and 4 prompts; stdio + SSE + Streamable HTTP transports. Install via NPM: npx -y brandkit-mcp serve.

Configuration

{
  "mcpServers": {
    "ejwhite7-brandkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ejwhite7-brandkit-mcp"
      ],
      "env": {}
    }
  }
}