Skip to content
Grok

Iconoteka for Grok

io.github.turbaba/iconoteka

Search 1300 open-source icons in 7 weights and 2 styles, and get paste-ready SVG.

client:Grok transport:stdio runtime:npm

Install Iconoteka in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "iconoteka": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "iconoteka-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Iconoteka in other clients