BrandKit MCP
Rank #6,986io.github.ejwhite7/brandkit-mcp
Expose a company's design system to AI tools via MCP: colors, typography, logos, tokens.
BrandKit MCP is a Model Context Protocol (MCP) server published by ejwhite7. It ranks #6,986 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. BrandKit MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 30, 2026 and most recently updated on May 1, 2026.
Ranks ahead of 108,474 of 115,460 servers on MCP Toplist.
Use BrandKit MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add brandkit-mcp -- npx -y brandkit-mcp serve[mcp_servers.brandkit-mcp]
command = "npx"
args = ["-y", "brandkit-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"brandkit-mcp": {
"command": "npx",
"args": [
"-y",
"brandkit-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"brandkit-mcp": {
"command": "npx",
"args": [
"-y",
"brandkit-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"brandkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brandkit-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"brandkit-mcp": {
"command": "npx",
"args": [
"-y",
"brandkit-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"brandkit-mcp": {
"command": "npx",
"args": [
"-y",
"brandkit-mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ejwhite7%2Fbrandkit-mcp)<a href="https://mcptoplist.com/server/io.github.ejwhite7%2Fbrandkit-mcp"><img src="https://mcptoplist.com/badge/io.github.ejwhite7%2Fbrandkit-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ejwhite7
Other servers by ejwhite7
View all ejwhite7 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 1, 2026 |
Frequently asked questions
- Who maintains BrandKit MCP?
- BrandKit MCP is maintained by ejwhite7, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is BrandKit MCP listed on the Official MCP Registry?
- Yes — BrandKit MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does BrandKit MCP have?
- MCP Toplist tracks 1 version of BrandKit MCP, most recently published on May 1, 2026.
- Where can I find the source code for BrandKit MCP?
- The source code for BrandKit MCP is hosted at github.com/ejwhite7/brandkit-mcp.