npm @forgespace/branding-mcpstdioMITupdated 4mo ago
@forgespace/branding-mcp AI-powered brand identity generation via MCP ā part of the Forge Space open developer workspace.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with branding mcp?
Generate complete design systems ā colors, typography, spacing, shadows, borders, motion tokens, gradients, multi-variant logos, favicons, and OG images with multi-format export. 58 MCP tools, zero API dependencies, algorithmic-first generation.
Features
- Color Palette Generation ā HSL-based color harmonies (complementary, analogous, triadic, etc.) with WCAG contrast validation
- Typography System ā Modular type scales with curated font pairings
- Spacing Scale ā Geometric progression spacing system
- Shadow/Elevation System ā 6-level elevation scale with brand-tinted shadows, light/dark theme support
- Border/Shape System ā Style-aware radius scales and border widths for all 8 brand styles
- Motion/Animation System ā Duration scales, cubic-bezier easings, and transition presets per brand style
- Gradient System ā 5 style-aware gradient presets (hero, button, card, text, background)
- Multi-Variant Logo ā Wordmark, monogram, abstract, and icon variants with style-aware shapes
- Favicon Generation ā 4 sizes (16, 32, 180 apple-touch, 512 PWA) from brand icon
- OG Image Templates ā Default, article, and social formats with brand gradients
- Multi-Format Export ā W3C Design Tokens, CSS custom properties, Tailwind preset, Figma tokens, React theme, Sass variables
- Brand Validation ā WCAG contrast checking, completeness scoring, consistency analysis
- Brand Guidelines ā HTML brand book generation
Quick Start
npm install
npm run build
Run from npm (stdio)
npx -y @forgespace/branding-mcp@latest
Install globally
npm install -g @forgespace/branding-mcp
forgespace-branding-mcp
IDE / client config
{
"mcpServers": {
"forgespace-branding": {
"command": "npx",
"args": ["-y", "@forgespace/branding-mcp@latest"]
}
}
}
Set ANTHROPIC_API_KEY when you want AI-assisted refinement. The server also
works in algorithmic-only mode without external APIs.
MCP Tools
Core and vertical tools are available (58 total). The table below highlights the core set plus key vertical generators, including healthcare.
| Tool | Description |
|---|---|
generate_brand_identity |
Complete brand from name, industry, and style |
generate_color_palette |
Color palette with harmony and WCAG data |
generate_typography_system |
Font pairing + modular type scale |
export_design_tokens |
Export brand to JSON/CSS/Tailwind/Figma/React/Sass |
create_brand_guidelines |
Generate HTML brand book |
validate_brand_consistency |
Check WCAG compliance and completeness |
refine_brand_element |
Iterate on specific brand elements |
generate_brand_assets |
Generate favicons and OG images from brand |
generate_design_system |
Complete design system in one call (identity + export) |
generate_brand_fintech |
Fintech-specific strategy with compliance and security |
generate_brand_healthcare |
Healthcare strategy with care models and safety signals |
MCP Resources
| Resource | URI | Description |
|---|---|---|
| Brand Templates | brand://templates |
Pre-configured industry templates |
| Brand Knowledge | brand://knowledge |
Color theory and typography rules |
Development
npm run dev # Watch mode
npm run validate # Lint + format + test
npm run test # Run tests
npm run test:coverage # Coverage report
npm run build # Build TypeScript
Distribution
- npm ā installable as
@forgespace/branding-mcp - MCP Registry metadata ā
server.jsonandmcpNameare included for registry submission - Tag release automation ā pushing
v*runs npm publish with provenance, then publishes the same version to the MCP Registry via GitHub OIDC - Weekly registry ops ā
.github/workflows/mcp-registry-status.ymlrefreshes one issue with npm and MCP Registry drift, visibility, and next actions - GitHub ā Forge-Space/branding-mcp
Architecture
src/
āāā index.ts # MCP server entry
āāā lib/
ā āāā branding-core/ # Core library (reusable)
ā ā āāā generators/ # Color, typography, spacing, logo, gradients, favicons, OG
ā ā āāā exporters/ # Multi-format token export
ā ā āāā validators/ # WCAG, consistency checks
ā ā āāā documents/ # Brand book generation
ā āāā config.ts # Environment config
ā āāā logger.ts # Pino logging
ā āāā types.ts # TypeScript interfaces
āāā tools/ # 58 MCP tool registrations
āāā resources/ # Templates + knowledge base
Ecosystem Integration
Part of the Forge Space ecosystem:
- mcp-gateway ā Register as MCP server (port 8033)
- ui-mcp ā Consumes brand tokens via
brandIdparameter - uiforge-webapp ā Brand management UI at
/branding/* - forge-patterns ā Shared configs and conventions
Community
License
MIT
Install
Add branding mcp to your client. Pick the one you use.
claude mcp add branding-mcp -- npx -y @forgespace/branding-mcpcodex mcp add branding-mcp -- npx -y @forgespace/branding-mcpamp mcp add branding-mcp -- npx -y @forgespace/branding-mcp{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"branding-mcp","command":"npx","args":["-y","@forgespace/branding-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"branding-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"branding-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @forgespace/branding-mcpRun `goose configure`, choose **Add Extension ā Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance14/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 133 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 0.56.0Latest | Apr 7, 2026 |
| 0.55.3 | Mar 16, 2026 |
| 0.55.2 | Mar 16, 2026 |
| 0.55.1 | Mar 16, 2026 |