MCP Catalogs
Home

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
Score5385
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last commit1 mo ago2 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

  1. Install and start the WebSocket:

``bash npx claude-talk-to-figma-mcp ``

  1. Install the plugin in Figma:

- Open Figma Desktop - Go to Menu → Plugins → Development → Import plugin from manifest - Select src/claude_mcp_plugin/manifest.json

  1. 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.