Wraps the Iconify public API to give Claude access to icons from hundreds of icon sets without authentication. You get direct access to Iconify's collection through MCP tools, letting you search, browse, and retrieve icon data programmatically. Part of the broader Pipeworx gateway that bundles 673+ data sources, but you can run this standalone if you just need icons. Useful when you're building UIs or documentation and want Claude to help find and reference specific icons from popular sets like Material Design, Font Awesome, or Bootstrap Icons. Free tier, no API keys needed.
Iconify MCP — wraps the Iconify public API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"iconify": {
"url": "https://gateway.pipeworx.io/iconify/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Iconify data" })
The gateway picks the right tool and fills the arguments automatically.
MIT