Go back
Model Context Protocol

Brand logos, in your AI editor.

Connect IconsClub to Claude, Cursor or VS Code and pull real App Store logos, SVGs, and brand color palettes straight into whatever you're building — by name.

The server URL

It's a remote server — nothing to install. This is the URL every client below uses:

https://iconsclub.xyz/mcp

Connect it

One click with the button — or add it to ~/.cursor/mcp.json manually, then restart Cursor:

{
  "mcpServers": {
    "iconsclub": { "url": "https://iconsclub.xyz/mcp" }
  }
}
Claudedesktop & claude.ai

Settings → ConnectorsAdd custom connector → paste the URL above → Add. Leave the OAuth/auth fields blank — there's no login. (Pro, Max, Team, or Enterprise.)

Claude Code

One command in your terminal:

claude mcp add --transport http iconsclub https://iconsclub.xyz/mcp
VS CodeCopilot agent

Add to .vscode/mcp.json (note: servers + type, not mcpServers):

{
  "servers": {
    "iconsclub": { "type": "http", "url": "https://iconsclub.xyz/mcp" }
  }
}
Claude Desktopmanual / older versions

No Connectors UI? Add this to claude_desktop_config.json (needs Node 18+), then restart Claude. On macOS it lives at ~/Library/Application Support/Claude/.

{
  "mcpServers": {
    "iconsclub": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://iconsclub.xyz/mcp"]
    }
  }
}

What it can do

search_iconsfind apps by name; returns ready-to-use logo URLs
get_logoa logo URL at any size, PNG or SVG, optional rounding
get_palettea brand's color palette, extracted from its icon
get_brand_kitlogo + palette + developer + category, in one call

Try saying

FAQ

Does it need an API key or login?
No. It's fully open — if a client shows OAuth/login fields, leave them blank.
It's not showing up after I added it.
Restart the app fully after editing the config. For Claude Desktop, the Connectors UI connects from Anthropic's cloud, so the URL just needs to be public (it is).
Which transport?
Streamable HTTP. Clients negotiate it automatically from the URL.
Made by
Shashi
@shashpicious_