claude-talk-to-figma-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
claude-talk-to-figma-mcp by arinspunk | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 593 | ★ 149 |
| 30d uses | — | — |
| Score | 53 | 85 |
| Official | — | — |
| Categories | Developer ToolsAI / LLM ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 1 mo ago | 2 mo ago |
claude-talk-to-figma-mcp · Summary
An MCP server that enables AI agents to interact with Figma designs through reading, analysis, and modification capabilities.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
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
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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"] } } } ``
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server