figma-mcp

figma-mcp

Enables Claude to create and edit Figma designs in real time through MCP tools, allowing natural language commands for generating slides, charts, and other elements.

Category
Visit Server

README

VizX — Claude ↔ Figma MCP Bridge

Chat with Claude and watch your Figma canvas update in real time.


How it works

You chat with Claude
  → Claude calls MCP tools
    → MCP server (hosted on Railway) sends commands via WebSocket
      → Figma plugin executes them on the canvas

Setup (one time, ~10 minutes)

Step 1 — Deploy to Railway

  1. Fork or upload this repo to your GitHub account
  2. Go to railway.appNew Project → Deploy from GitHub
  3. Select this repo — Railway auto-detects Node.js and deploys
  4. Once deployed, go to Settings → Networking → Generate Domain
  5. Copy your public domain — it looks like your-app.railway.app

Step 2 — Load the Figma plugin

  1. Open Figma Desktop (must be the desktop app, not browser)
  2. Go to Plugins → Development → Import plugin from manifest…
  3. Select figma-plugin/manifest.json from this repo
  4. VizX Claude Bridge will appear under Development plugins

Step 3 — Connect the plugin to Railway

  1. Open any Figma file
  2. Run: Plugins → Development → VizX Claude Bridge
  3. Replace YOUR-APP.railway.app in the URL field with your actual Railway domain
  4. Click Connect
  5. You should see "Connected — ready for Claude commands"

Step 4 — Register with Claude Desktop

Open (or create):

~/Library/Application Support/Claude/claude_desktop_config.json

Add this block, updating the path to where you cloned this repo:

{
  "mcpServers": {
    "figma": {
      "command": "node",
      "args": ["/FULL/PATH/TO/figma-mcp/server.js"]
    }
  }
}

Restart Claude Desktop.

Step 5 — Chat

Example prompts to try:

"Create a pitchbook slide called Revenue Growth with the headline '$281M revenue by 2030'"

"Add a stacked bar chart showing LiveWell vs acquired revenue 2026-2030"

"Add stat cards: $45M 2026 revenue, $281M 2030 revenue, 6.2× growth"

"Update the headline to 'Revenue scales 6× through roll-up strategy'"


Tools Claude can call

Tool What it does
ping_figma Check connection status
list_frames List all frames on the page
create_slide Create a pitchbook slide frame
add_stat_cards Add KPI stat cards to a slide
add_chart Add a chart as editable SVG vectors
add_legend Add a color legend row
add_text Add a text node
update_text Edit existing text by name
delete_node Remove a node
focus_frame Zoom viewport to a frame
set_fill_color Change background color
duplicate_frame Clone a frame as a template

Chart types

  • bar — grouped bar chart
  • stacked_bar — stacked bar chart
  • line — line chart with area fill
  • horizontal_bar — horizontal bars (tornado, bridge)
  • combo — bars + line on dual axis

All charts render as editable SVG vector paths — not images.


Environment variables (Railway)

Variable Default Description
PORT 3000 HTTP health check (set automatically by Railway)
WS_PORT 9001 WebSocket port the Figma plugin connects to

Troubleshooting

"Figma plugin is not connected" — Make sure the plugin panel is open in Figma Desktop.

"Connection error" in plugin — Check your Railway domain is correct and the service is awake.

Charts look stretched — Resize the SVG node in Figma; it scales to frame width on import.

Claude doesn't see figma tools — Restart Claude Desktop after editing the config file.

Railway goes to sleep — Disable sleep under Railway → Settings, or upgrade to a paid plan.


Copyright © 2026 Vizx Global. All rights reserved.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured