claude-talk-to-figma-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-talk-to-figma-mcp by arinspunk | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 593 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
claude-talk-to-figma-mcp · Summary
An MCP server that enables AI agents to interact with Figma designs through reading, analysis, and modification capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-talk-to-figma-mcp · Use cases
- Automating accessibility audits by detecting contrast issues in designs
- Performing bulk style updates across entire design documents
- Generating React/Vue/SwiftUI components directly from Figma designs
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
claude-talk-to-figma-mcp · Install
Installation
- Install and start the WebSocket:
``bash npx claude-talk-to-figma-mcp ``
- Install the plugin in Figma:
- Open Figma Desktop - Go to Menu → Plugins → Development → Import plugin from manifest - Select src/claude_mcp_plugin/manifest.json
- Configure your Agentic Tool:
**Claude Desktop**: Download and double-click claude-talk-to-figma-mcp.dxt **Cursor**: Add to mcp.json: ``json { "mcpServers": { "ClaudeTalkToFigma": { "command": "npx", "args": ["-p", "claude-talk-to-figma-mcp@latest", "claude-talk-to-figma-mcp-server"] } } } ``
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"]
}
}
}