Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-codeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"iconify": {
"command": "npx",
"args": [
"-y",
"iconify-mcp-server@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.