mcpbeat Sign in

Figma React MCP Server

by manansingh2001 Your server? Claim it
local only

Figma React runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm.

An MCP server that converts Figma designs into React code.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 20 · avg 10 · +10% w/w
a month agotoday
53
Installs / week
npm · @manansiingh/figma-react-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository manansingh2001/figma-react
пакет @manansiingh/figma-react-mcp-server ссылается на manansingh2001/figma-react-mcp-server

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add figma-react -- npx -y @manansiingh/figma-react-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figma-react": {
      "args": [
        "-y",
        "@manansiingh/figma-react-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figma-react]
command = "npx"
args = ["-y", "@manansiingh/figma-react-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "figma-react": {
      "args": [
        "-y",
        "@manansiingh/figma-react-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figma-react": {
      "args": [
        "-y",
        "@manansiingh/figma-react-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Figma React

same job, measured the same way
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Toon Parse MCP
by ankitpal181

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

56 installs/wk local only
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

30 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

1 745 installs/wk local only
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

72 installs/wk local only
Symbols
by p1va

MCP server to read, inspect and troubleshoot codebase symbols

57 installs/wk local only
Render Unto Caesar
by mightydatainc

An MCP server that fuses LLM contextual intelligence with procedural code reliability.

local only

Figma React — questions

Answers built from our own checks of this server.

Why is there no uptime for Figma React?
Figma React runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @manansiingh/figma-react-mcp-server was installed 53 times last week.
Is Figma React still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Figma React?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @manansiingh/figma-react-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Figma React?
The npm package @manansiingh/figma-react-mcp-server was installed 53 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.