MCP Server

Connect your AI assistant directly to your PolyBrand workspace using the Model Context Protocol.

Powered by anthropic-ai/mcp

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI models to interact with external tools and data. By installing the PolyBrand MCP Server, you give agents (like Claude Desktop or Cursor) the ability to:

  • Read Assets: Search and retrieve logos, fonts, and colors.
  • Generate Content: Create social posts or images using your brand guidelines.
  • Contextual Awareness: Ask questions like "Does this image match our brand style?"

Installation

Claude Desktop Configuration

Add the following configuration to your Claude Desktop config file.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.json
json
{
  "mcpServers": {
    "polybrand": {
      "command": "npx",
      "args": [
        "-y",
        "@polybrand/mcp-server",
        "--token",
        "pb_live_your_api_token_here"
      ]
    }
  }
}

Example PromptsWhat to ask Claude

"Show me the hex codes for our primary brand colors."
"Generate a LinkedIn post about our new product launch using our tone of voice."
"Find all logo assets that have a transparent background."
"Does this hex code #FF5733 conflict with our brand palette?"
PolyBrand Developer Documentation | PolyBrand