Unified Figma MCP
Coordinates Plumb and Custom Figma MCP backends under one unified interface, exposing backend health and switch prompts because only one active plugin bridge is supported at a time. Currently includes investigation docs, diagnostic probes, and a Stage 2 coordinator runtime.
README
Unified Figma MCP
Unified Figma MCP coordinates Plumb-family and Custom-family Figma capabilities without modifying either original backend.
Correct local path:
C:\Users\rachi\OneDrive\Documents\FIGMA UNIFIED MCP
Stage 4 Status
Stage 4 turns the Stage 3.5 single-plugin proof of concept into a production Unified runtime foundation:
Unified MCP -> CapabilityRegistry -> CommandRouter -> ProtocolAdapter -> CommandQueue -> UnifiedBridge -> UnifiedPlugin -> Figma
Primary Stage 4 tools:
node scripts\unified-probe.mjs unified_capabilities
node scripts\unified-probe.mjs unified_execute '{"capability":"plumb.outline","payload":{}}'
node scripts\unified-probe.mjs unified_execute '{"capability":"custom.node.read","payload":{"depth":1}}'
npm run stage4:live
Supported production runtime capabilities:
plumb.statusplumb.outlineplumb.selection.readcustom.statuscustom.node.readcustom.selection.read
All Stage 4 capabilities are read-only. Original Plumb and original Custom are not modified.
Stage 4 docs:
docs/STAGE4_POC_REVIEW.mddocs/STAGE4_ARCHITECTURE.mddocs/UNIFIED_PROTOCOL.mddocs/CAPABILITY_REGISTRY.mddocs/COMMAND_ROUTING.mddocs/RUNTIME_LIFECYCLE.mddocs/STAGE4_TEST_PLAN.mddocs/STAGE4_RESULTS.md
Stage 1 Status
Stage 1 is documentation and verification only. The repo currently contains architecture docs, test results, and a Custom MCP SDK probe. No production coordinator implementation has been added yet.
Key Finding
Plumb and Custom both work as real Figma MCP paths, but the current Figma workflow supports one active MCP plugin bridge at a time. Unified MCP should therefore expose explicit backend health and clear switch prompts.
Docs
docs/CURRENT_SYSTEM.mddocs/PLUMB_ARCHITECTURE.mddocs/CUSTOM_MCP_ARCHITECTURE.mddocs/PROTOCOL_MAP.mddocs/CAPABILITY_MATRIX.mddocs/ARCHITECTURE_OPTIONS.mddocs/FAILURE_ANALYSIS.mddocs/IMPLEMENTATION_RECOMMENDATION.mddocs/TEST_PLAN.mddocs/STAGE1_RESULTS.md
Diagnostic Script
scripts/custom-mcp-sdk-probe.mjs
Example:
node scripts\custom-mcp-sdk-probe.mjs --wait-paired --read --write
The script starts the existing Custom MCP server as a child process, talks MCP over stdio using the MCP SDK installed in FIGMA-CUSTOM-MCP, and optionally verifies status, read, write, and cleanup.
Stage 2 Status
Stage 2 adds the first real Unified MCP coordinator runtime:
npm run start
Diagnostic helpers:
node scripts\unified-probe.mjs unified_status
node scripts\unified-probe.mjs unified_probe_backend '{"backend":"plumb"}'
node scripts\unified-probe.mjs unified_probe_backend '{"backend":"custom"}'
node scripts\unified-live-sequence.mjs
Stage 2 docs:
docs/STAGE2_ARCHITECTURE.mddocs/STAGE2_TEST_PLAN.mddocs/STAGE2_RESULTS.mddocs/BACKEND_ADAPTERS.mddocs/STATUS_MODEL.mddocs/ERROR_MODEL.md
Stage 3 Status
Stage 3 investigated automated backend handoff. Result: AUTOMATED HANDOFF BLOCKED under the current two-plugin architecture. Unified MCP can observe manual backend changes, but it cannot legitimately launch the inactive Figma plugin without a new plugin architecture or fragile UI automation.
Stage 3 docs:
docs/STAGE3_INVESTIGATION.mddocs/HANDOFF_STATE_MACHINE.mddocs/BACKEND_LIFECYCLE.mddocs/STAGE3_TEST_PLAN.mddocs/STAGE3_RESULTS.mddocs/HANDOFF_BLOCKER.mddocs/RUNTIME_ALTERNATIVES.md
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.