Logo.dev MCP Server
Related Servers
Alternatives to Logo.dev MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables looking up company logos and brand data via the logo.dev API.1MIT

Brandfetch MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search and retrieve brand data, logos, design assets, and brand context via the Brandfetch API.9MIT- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch company logos, brand colors, fonts, and corporate information from the Brandfetch API using domain lookups or keyword searches.1MIT

Motomarks MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI tools to search and retrieve automotive brand data, logos, and color palettes from the Motomarks car logo API, and generate authenticated CDN image URLs for embedding.MIT- AlicenseBqualityDmaintenanceIntelligently extracts and analyzes website logos from multiple sources (favicon, Apple Touch icons, OpenGraph, CSS) with automatic quality scoring and format support. Provides detailed logo information and returns the best logo URL for any given website.25 npmMIT
- AlicenseAqualityDmaintenanceEnables searching and retrieving icons from The Noun Project API with advanced filters for style, color, and size customization.73 npm4MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: get_logo_url retrieves a specific logo for a given domain with customization options, while search_logos finds logos by brand/company name and returns a list of matches. There is no overlap or ambiguity between them.
Both tools follow a consistent verb_noun naming pattern (get_logo_url and search_logos), using snake_case throughout. The naming is predictable and readable, with no deviations in style.
With only 2 tools, the server feels thin for a logo service domain. While the tools cover basic retrieval and search, more operations like logo validation, batch processing, or metadata access could enhance completeness. The count is borderline for the apparent scope.
The server provides core lookup functionality (get and search), but there are notable gaps. For a logo service, operations like logo upload, update, deletion, or analytics are missing, limiting lifecycle coverage. Agents can work around this for basic tasks but may fail on advanced workflows.