Skip to main content
Glama

21st.dev Magic AI Agent

by zackbissell

logo_search

Fetch logos for specified companies in JSX, TSX, or SVG formats. Supports single or multiple searches with category filtering and theme options. Ideal for integrating brand logos into projects via React components or raw SVG markup.

Instructions

Search and return logos in specified format (JSX, TSX, SVG). Supports single and multiple logo searches with category filtering. Can return logos in different themes (light/dark) if available.

When to use this tool:

  1. When user types "/logo" command (e.g., "/logo GitHub")
  2. When user asks to add a company logo that's not in the local project

Example queries:

  • Single company: ["discord"]
  • Multiple companies: ["discord", "github", "slack"]
  • Specific brand: ["microsoft office"]
  • Command style: "/logo GitHub" -> ["github"]
  • Request style: "Add Discord logo to the project" -> ["discord"]

Format options:

  • TSX: Returns TypeScript React component
  • JSX: Returns JavaScript React component
  • SVG: Returns raw SVG markup

Each result includes:

  • Component name (e.g., DiscordIcon)
  • Component code
  • Import instructions

Input Schema

NameRequiredDescriptionDefault
formatYesOutput format
queriesYesList of company names to search for logos

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Output format", "enum": [ "JSX", "TSX", "SVG" ], "type": "string" }, "queries": { "description": "List of company names to search for logos", "items": { "type": "string" }, "type": "array" } }, "required": [ "queries", "format" ], "type": "object" }
Install Server

Other Tools from 21st.dev Magic AI Agent

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/zackbissell/magic-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server