Icon
Rank #86,174smithery/hustcc/mcp-icon
Generate and manage professional-grade icons for diverse design needs. Simplifies the search for high-quality visual assets to streamline development workflows. Enhances user interface design with consistent and scalable imagery.
Icon is a Model Context Protocol (MCP) server published by hustcc. It ranks #86,174 of 115,460 servers tracked on MCP Toplist. Icon is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 26, 2026.
Ranks ahead of 29,286 of 115,460 servers on MCP Toplist.
Use Icon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-icon https://server.smithery.ai/hustcc/mcp-icon/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-icon]
url = "https://server.smithery.ai/hustcc/mcp-icon/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/hustcc/mcp-icon/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-icon": {
"url": "https://server.smithery.ai/hustcc/mcp-icon/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-icon": {
"type": "http",
"url": "https://server.smithery.ai/hustcc/mcp-icon/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-icon": {
"serverUrl": "https://server.smithery.ai/hustcc/mcp-icon/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-icon": {
"url": "https://server.smithery.ai/hustcc/mcp-icon/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fhustcc%2Fmcp-icon)<a href="https://mcptoplist.com/server/smithery%2Fhustcc%2Fmcp-icon"><img src="https://mcptoplist.com/badge/smithery%2Fhustcc%2Fmcp-icon.svg" alt="MCP Toplist: #86,174 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hustcc
Other servers by hustcc
View all hustcc servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Icon?
- Icon is maintained by hustcc, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Icon listed on the Official MCP Registry?
- Icon is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Icon have?
- Icon ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Icon?
- The source code for Icon is hosted at github.com/hustcc/mcp-icon.