time vs penpot-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | penpot-mcp-server by zcube | |
|---|---|---|
| Stars | ★ 85,748 | ★ 16 |
| 30d uses | — | — |
| Score | 77 | 39 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
penpot-mcp-server · Summary
Penpot MCP server connects AI assistants to Penpot design platform with comprehensive design manipulation capabilities.
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
penpot-mcp-server · Use cases
- AI design assistants creating wireframes and mockups based on natural language descriptions
- Automated design systems maintenance through component updates across multiple files
- Design collaboration with AI-powered commenting and feedback integration
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"]
}
}
}penpot-mcp-server · Install
# Install globally
npm install -g @zcubekr/penpot-mcp-server
# Run the server
penpot-mcp-serverWith Claude Desktop:
{
"mcpServers": {
"penpot": {
"command": "node",
"args": ["/path/to/penpot-mcp-server/dist/index.js"],
"env": {
"PENPOT_API_URL": "https://design.penpot.app",
"PENPOT_ACCESS_TOKEN": "your-access-token"
}
}
}
}Environment variables required:
PENPOT_API_URL: Your Penpot instance URLPENPOT_ACCESS_TOKEN: Your Penpot access token