brandfetch-mcp-server

Brandfetch/brandfetch-mcp-server
★ 3 stars Python Code/Dev Tools Updated 7d ago
🔥 Official code of the Brandfetch MCP Server - Provides access to all the API products from Brandfetch.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brandfetch-mcp-serve": {
      "command": "uvx",
      "args": [
        "brandfetch-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install brandfetch-mcp-server