From design-to-code
Runs locally as stdio subprocess to provide Iconify tools for searching icons, retrieving SVGs, and generating icon code snippets for UI components. No API keys needed.
npx claudepluginhub arustydev/agents --plugin design-to-codeAdd to your .mcp.json:
{
"mcpServers": {
"iconify": {
"command": "npx",
"args": [
"-y",
"iconify-mcp-server@latest"
]
}
}
}npx