Figma Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 758 installs a week from npm. Last commit 28 Aug 2026.
LLM-optimized Figma MCP server.
We read the source, 7 d ago · rules 3dff92dd89df
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.
пакет @tmegit/figma-developer-mcp ссылается на felixanhalt/figma-context-mcp
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add Figma-Context-MCP -- npx -y @tmegit/figma-developer-mcp
{
"mcpServers": {
"Figma-Context-MCP": {
"args": [
"-y",
"@tmegit/figma-developer-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.Figma-Context-MCP]
command = "npx"
args = ["-y", "@tmegit/figma-developer-mcp"]
{
"mcpServers": {
"Figma-Context-MCP": {
"args": [
"-y",
"@tmegit/figma-developer-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"Figma-Context-MCP": {
"args": [
"-y",
"@tmegit/figma-developer-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FIGMA_API_KEY (Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens).
The author declared them in the registry entry; get the values from the project itself.
LLM-optimized Figma MCP server.
A local MCP server with full Figma REST API coverage.
Figma MCP Pack
An MCP server that converts Figma designs into React code.
Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools.
Figma/FigJam MCP server with read/write via plugin — no API token, no limits. 78 tools.
Figma MCP server with full read/write access via plugin bridge — no API token or rate limits.
MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS
Answers built from our own checks of this server.