time vs illustrator-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | illustrator-mcp-server by spencerhhubert | |
|---|---|---|
| Stars | ★ 85,748 | ★ 50 |
| 30d uses | — | — |
| Score | 77 | 35 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsMediaProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 17 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
illustrator-mcp-server · Summary
Adobe Illustrator MCP server allowing AI models to run JavaScript scripts directly in Illustrator.
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
illustrator-mcp-server · Use cases
- Automatically generating complex vector graphics designs
- Batch processing Illustrator files with AI-driven modifications
- Creating custom design automation workflows between AI and Illustrator
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"]
}
}
}illustrator-mcp-server · Install
- Clone the repository:
git clone https://github.com/spencerhhubert/illustrator-mcp-server.git - Install dependencies with uv:
uv sync - Configure Claude Desktop by adding the following to
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"illustrator": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/illustrator-mcp-server",
"run",
"illustrator"
]
}
}
}