cursor-talk-to-figma-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
cursor-talk-to-figma-mcp by grab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6,761 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 59 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | JavaScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
cursor-talk-to-figma-mcp · 概述
连接 AI 代理和 Figma 的 MCP 服务器,实现设计自动化
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
cursor-talk-to-figma-mcp · 使用场景
- 批量替换 Figma 设计中的文本内容
- 将原型反应转换为 FigJam 中的连接线
- 在多个目标间应用组件实例覆盖
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
cursor-talk-to-figma-mcp · 安装
安装
- 如果还没有安装 Bun,请先安装:
curl -fsSL https://bun.sh/install | bash- 运行安装脚本,这将在你的 Cursor 项目中安装 MCP
bun setup- 启动 WebSocket 服务器
bun socket- 从 [Figma 社区页面](https://www.figma.com/community/plugin/1485687494525374295/cursor-talk-to-figma-mcp-plugin) 安装 Figma 插件
Claude Desktop 配置
将服务器添加到 Claude MCP 配置文件 ~/.config/claude/config.json:
{
"mcpServers": {
"TalkToFigma": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}Cursor 配置
将服务器添加到 Cursor MCP 配置文件 ~/.cursor/mcp.json:
{
"mcpServers": {
"TalkToFigma": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}