brandguide/AI MCP
About
Agents are taking over execution. When they write copy, generate visuals, or adapt messaging, they need structured brand knowledge — not PDFs and guesswork. brandguide/AI is the policy layer that makes agents brand-compatible by default.
Details
- Author
- bencium
- Downloads
- 255
- Categories
- Other, Marketing, Design
Jump to
- Searches a large brand strategy knowledge base.
- Single tool: search_brand_knowledge.
- Supports queries in English and Hungarian.
- Includes source citations from expert books and videos.
- Free tier: 4 queries with no account required.
- Uses the same RAG pipeline as the web app.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
brandguide/AI MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run it with npx brandguideai-mcp. No signup is needed. Configure it as an MCP server in your client (e.g., Claude Desktop, Cursor, Windsurf) by adding the command and arguments. Then use the search_brand_knowledge tool to ask brand strategy questions.
search_brand_knowledge
Search brandguide/AI's brand strategy knowledge base — 1,000+ pages of methodology, design guidelines, and expert video transcripts. Works in Hungarian and English.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"brandguide/ai mcp": {
"brandguide": {
"command": "npx",
"args": [
"-y",
"brandguideai-mcp"
]
}
}
}
}
McpServers
{
"brandguide": {
"command": "npx",
"args": [
"-y",
"brandguideai-mcp"
]
}
}
brandguideai-mcp
Brand strategy knowledge base for Claude Code, Cursor, Windsurf, and any MCP-compatible tool. Search 1,000+ pages of brand methodology, design guidelines, and expert video transcripts — directly from your development environment.Quick start
``bash
npx brandguideai-mcp
`
No signup needed. 4 free queries included.
Setup
Claude Code
`bash
claude mcp add brandguide -- npx brandguideai-mcp
`
Claude Desktop
Add to claude_desktop_config.json:
`json
{
"mcpServers": {
"brandguide": {
"command": "npx",
"args": ["-y", "brandguideai-mcp"]
}
}
}
`
Cursor / Windsurf / Other MCP clients
Add to your MCP configuration:
`json
{
"command": "npx",
"args": ["-y", "brandguideai-mcp"]
}
`
What you get
search_brand_knowledge — one tool that searches the brandguide/AI knowledge base.
Ask anything about brand strategy:
- "What is brand identity?"
- "How do I choose brand colors?"
- "What makes a good brand name?"
- "Mi a brand pozicionálás?" (works in Hungarian too)
Responses include expert answers with source citations from brand strategy books and video transcripts.
Free tier
Every user gets 4 free queries. No account or API key required — a temporary session is created automatically on first use.
After 8 queries, the tool returns upgrade links:
- Creator — 300 queries/month
- Pro — 1,000 queries/month
- Mentor+ — unlimited
For existing brandguide/AI subscribers
Your subscription quota works automatically. The MCP server uses the same account system as the web app at ai.brandguide.hu.
How it works
The MCP server connects to the brandguide/AI knowledge base through the partner API. Queries are processed by the same RAG pipeline that powers the web app — Voyage AI embeddings, Supabase vector search, and Claude for response generation.
Credentials are stored locally at ~/.brandguide/credentials.json`.
Links
- brandguide/AI web app - Agents & MCP info - brandguide/AI SkillLicense
MITSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



