mcp-icon vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-icon by hustcc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-icon · Summary
An MCP server providing semantic search for over 100,000 SVG icons via keyword queries.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-icon · Use cases
- Helping AI assistants find appropriate icons when generating content or UI descriptions
- Enabling design tools to programmatically discover icons based on semantic meaning
- Powering icon search functionality in AI-powered development environments
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-icon · Install
Install by adding to your MCP client configuration:
**Claude Desktop (macOS/Linux):**
{
"mcpServers": {
"mcp-icon": {
"command": "npx",
"args": ["-y", "mcp-icon"]
}
}
}**Claude Desktop (Windows):**
{
"mcpServers": {
"mcp-icon": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-icon"]
}
}
}The server can also be run directly: npx -y mcp-icon
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}