Back to Apps

Logo.dev MCP
by pvliesdonk
Fetch company logos, brand data, and structured company profiles via the logo.dev API.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates the logo.dev API into your AI workflow to retrieve high-quality company logos, identify brand domains, and extract structured branding data like colors and social links.
Tools
get_logo: Fetch a company logo by domain, ticker, ISIN, or brand name.search_brands: Resolve a brand name to its candidate domains and logo URLs.describe_company: Get structured data including name, description, and brand colors for a domain.get_brand: Retrieve a complete brand profile including banners and detailed branding kits.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"logodev-mcp": {
"command": "logodev-mcp",
"args": ["serve"],
"env": {
"LOGODEV_MCP_PUBLISHABLE_KEY": "your_pk_here",
"LOGODEV_MCP_SECRET_KEY": "your_sk_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install logodev-mcpInformation
- Pricing
- freemium
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"logodev-mcp": {
"command": "logodev-mcp",
"args": ["serve"],
"env": {
"LOGODEV_MCP_PUBLISHABLE_KEY": "your_pk_here",
"LOGODEV_MCP_SECRET_KEY": "your_sk_here"
}
}
}
}





