Infyicon
Infyicon · MCP connector · v1.2.0
no API key · read-only

Connect 161,000+ free icons to your AI tool

One hosted MCP server, every client — Claude, ChatGPT, Cursor, VS Code, Codex, Gemini, Windsurf, Zed, Cline, Goose, LM Studio, JetBrains… Free with attribution to infyicon.com.

Server URLhttps://infyicon.com/mcpDocsGitHub

One-click install

Add to Cursor Install in VS Code VS Code Insiders Add to LM Studio Add to Goose Claude Desktop (.mcpb) Add to Claude.ai Add to ChatGPT Add to Gemini

Set up by client

Claude.ai & Claude Desktop

Web/desktop chat — custom connector, no code.

  1. CustomizeConnectorsAdd (custom connector)
  2. Name Infyicon, URL https://infyicon.com/mcp → Continue
  3. Enable it in the chat + menu

Claude Code

Terminal agent — one command, or as a plugin.

claude mcp add --transport http infyicon https://infyicon.com/mcp
claude plugin marketplace add krupalghori44-dev/infyicon-mcp
claude plugin install infyicon@infyicon

ChatGPT

Custom connector (Developer mode) — Plus/Pro/Team/Enterprise.

  1. Settings → PluginsAdvanced → turn on Developer mode
  2. Create → name Infyicon, MCP URL https://infyicon.com/mcp, auth None → Create
  3. In a chat: + → More → Infyicon

Cursor

Click to install, or paste into ~/.cursor/mcp.json.

{ "mcpServers": { "infyicon": { "url": "https://infyicon.com/mcp" } } }

VS Code · GitHub Copilot

Click to install, or MCP: Add Server → HTTP.

// .vscode/mcp.json
{ "servers": { "infyicon": { "type": "http", "url": "https://infyicon.com/mcp" } } }

OpenAI Codex CLI

Also works in the Codex IDE extension.

codex mcp add infyicon --url https://infyicon.com/mcp
# ~/.codex/config.toml
[mcp_servers.infyicon]
url = "https://infyicon.com/mcp"

Gemini CLI & Gemini app

CLI: install the extension (adds the server, a /icons command and usage context). Gemini app: Settings → Connected appsAdd custom MCP server.

gemini extensions install https://github.com/krupalghori44-dev/infyicon-mcp
gemini mcp add --transport http infyicon https://infyicon.com/mcp   # plain MCP
// ~/.gemini/settings.json
{ "mcpServers": { "infyicon": { "httpUrl": "https://infyicon.com/mcp" } } }

Windsurf

~/.codeium/windsurf/mcp_config.json

{ "mcpServers": { "infyicon": { "serverUrl": "https://infyicon.com/mcp" } } }

Cline · Roo Code · Kilo

MCP Servers → Remote Servers → add, or edit cline_mcp_settings.json.

{ "mcpServers": { "infyicon": { "type": "streamableHttp", "url": "https://infyicon.com/mcp" } } }

Zed

Extensions → search Infyicon → Install, or settings.json:

{ "context_servers": { "infyicon": {
  "source": "custom", "command": "npx", "args": ["-y", "infyicon-mcp"] } } }

Goose · LM Studio · JetBrains · Perplexity · any stdio client

Use the npm bridge — it relays to the hosted server, zero dependencies.

{ "mcpServers": { "infyicon": { "command": "npx", "args": ["-y", "infyicon-mcp"] } } }

Docker · self-host

Run your own bridge or HTTP mirror.

npx -y infyicon-mcp            # stdio
npx -y infyicon-mcp --http 3000 # POST http://127.0.0.1:3000/mcp

What your AI gets

search_iconskeyword search, 4 styles, paging
get_popular_iconsfeatured icons, no query
get_related_iconsmatching set / variations
get_icon_svgready-to-embed SVG markup
get_icon_svg_bulkup to 20 SVGs per call
get_icon_pngtransparent PNG 16–512 px
list_categoriespopular categories + links
search_uiconsUI webfont CSS classes

Try: “Find 6 matching outline icons for a fitness app and give me the SVGs” · “PNG of a coffee cup icon, 128 px” · “CSS class for a home icon”

Also listed on

Official MCP Registry Glama Smithery LobeHub npm GitHub Server card

Not an AI tool? Use the plugins

Install in Miro Figma plugin Framer plugin All 17 integrations →
Copied