Odel
brain mcp icon visual

brain mcp icon visual

Local
@n0isy1RustUpdated 5mo ago

Search, retrieve, compare, and render SVG icons visually for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@br-ai-n/mcp-icon-visualv0.1.1

Run

npx -y @br-ai-n/mcp-icon-visual

MCP client config

{
  "mcpServers": {
    "brain-mcp-icon-visual": {
      "command": "npx",
      "args": [
        "-y",
        "@br-ai-n/mcp-icon-visual"
      ]
    }
  }
}