figma-mcp
Allows creating and manipulating pitchbook slides, charts, text, and other elements in Figma via a WebSocket-connected plugin.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@figma-mcpAdd a stacked bar chart showing LiveWell vs acquired revenue 2026-2030"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 canvasRelated MCP server: Claude Talk to Figma MCP
Setup (one time, ~10 minutes)
Step 1 — Deploy to Railway
Fork or upload this repo to your GitHub account
Go to railway.app → New Project → Deploy from GitHub
Select this repo — Railway auto-detects Node.js and deploys
Once deployed, go to Settings → Networking → Generate Domain
Copy your public domain — it looks like
your-app.railway.app
Step 2 — Load the Figma plugin
Open Figma Desktop (must be the desktop app, not browser)
Go to Plugins → Development → Import plugin from manifest…
Select
figma-plugin/manifest.jsonfrom this repoVizX Claude Bridge will appear under Development plugins
Step 3 — Connect the plugin to Railway
Open any Figma file
Run: Plugins → Development → VizX Claude Bridge
Replace
YOUR-APP.railway.appin the URL field with your actual Railway domainClick Connect
You should see "Connected — ready for Claude commands"
Step 4 — Register with Claude Desktop
Open (or create):
~/Library/Application Support/Claude/claude_desktop_config.jsonAdd 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 |
| Check connection status |
| List all frames on the page |
| Create a pitchbook slide frame |
| Add KPI stat cards to a slide |
| Add a chart as editable SVG vectors |
| Add a color legend row |
| Add a text node |
| Edit existing text by name |
| Remove a node |
| Zoom viewport to a frame |
| Change background color |
| Clone a frame as a template |
Chart types
bar— grouped bar chartstacked_bar— stacked bar chartline— line chart with area fillhorizontal_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 |
|
| HTTP health check (set automatically by Railway) |
|
| 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
The Canva MCP server connects AI assistants (like Claude, ChatGPT, and Cursor) to Canva's API, enabling them to create and manage designs directly within chat conversations. Key capabilities include generating new designs from prompts, autofilling templates, searching and resizing existing designs, importing files from URLs, exporting designs as PDFs or images, and managing folders and comments without switching between tools.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.92238 npm659MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude Desktop to interact directly with Figma, allowing natural language commands to create, modify, and analyze designs including shapes, text, components, and layouts in real-time.MIT
- AlicenseNot gradedqualityAmaintenanceEnables Claude to read and manipulate Figma documents in real-time through 62 operations including creating shapes, modifying styles, managing components, and exporting assets via a WebSocket bridge to a Figma plugin.22 npm71MIT
- FlicenseBqualityFmaintenanceEnables bidirectional control between Claude Code and Figma with real-time sync, allowing creation and manipulation of design elements, component management, and document inspection through natural language commands.504-