mcpbeat

Figma MCP Server

by oabolade
local only

Figma MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 23 Mar 2026.

MCP server enabling AI assistants to interact with Figma designs via natural language commands

Installs per day peak 22 · avg 4 · +123% w/w
a month agotoday
29
Installs / week
npm · @oabolade-pegasus/figma-mcp-server
1
Stars
0 open issues
23 Mar 2026
Last commit
0 releases in 90 days
ISC
License
JavaScript

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_mcp_server_actor -- npx -y @oabolade-pegasus/figma-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figma_mcp_server_actor": {
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figma_mcp_server_actor]
command = "npx"
args = ["-y", "@oabolade-pegasus/figma-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "figma_mcp_server_actor": {
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figma_mcp_server_actor": {
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Figma MCP Server

same job, measured the same way
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

41 installs/wk local only
MCP Server Spira
by inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

170 installs/wk local only
Localstack
by giovanemartins

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

30 installs/wk local only
MediaWiki MCP Server
by professionalwiki

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

1 604 installs/wk local only
I
NetScaler Console MCP Server
by citrix

MCP server providing AI assistants the ability to interact with NetScaler environments

local only
MCP Server Zotero Dev
by introfini

MCP server enabling AI assistants to build, test, and debug Zotero plugins

82 installs/wk local only
Subotiz MCP
by subotiz

Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language

answering
I
Redis MCP Server
by redis

Natural language interface designed for agentic applications to manage and search data in Redis.

5 005 installs/wk local only

Figma MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Figma MCP Server?
Figma MCP Server 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 @oabolade-pegasus/figma-mcp-server was installed 29 times last week.
How do I connect Figma MCP Server?
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 @oabolade-pegasus/figma-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Figma MCP Server?
The npm package @oabolade-pegasus/figma-mcp-server was installed 29 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Figma MCP Server open source?
Yes — it is published under the ISC licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.