OpenBrand for Cline
io.github.ethanjyx/openbrand
Extract brand assets (logos, colors, backdrop images, brand name) from any website URL
client:Cline
transport:stdio
runtime:npm
Install OpenBrand in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"openbrand": {
"command": "npx",
"args": [
"-y",
"openbrand-mcp"
],
"env": {
"OPENBRAND_API_KEY": "<OPENBRAND_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs