cursor-talk-to-figma-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
cursor-talk-to-figma-mcp by grab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6,761 | ★ 85,748 |
| 30d uses | — | — |
| Score | 59 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
cursor-talk-to-figma-mcp · Summary
MCP server connecting AI agents like Cursor and Claude Code with Figma for design automation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cursor-talk-to-figma-mcp · Use cases
- Automating bulk text content replacement in Figma designs
- Converting prototype reactions to connector lines in FigJam
- Applying component instance overrides across multiple targets
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
cursor-talk-to-figma-mcp · Install
Installation
- Install Bun if you haven't already:
curl -fsSL https://bun.sh/install | bash- Run setup, this will also install MCP in your Cursor's active project
bun setup- Start the WebSocket server
bun socket- Install Figma plugin from [Figma community page](https://www.figma.com/community/plugin/1485687494525374295/cursor-talk-to-figma-mcp-plugin)
Claude Desktop Configuration
Add the server to your Claude MCP configuration in ~/.config/claude/config.json:
{
"mcpServers": {
"TalkToFigma": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}Cursor Configuration
Add the server to your Cursor MCP configuration in ~/.cursor/mcp.json:
{
"mcpServers": {
"TalkToFigma": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}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"]
}
}
}