Home/Directory/Developer Tools/Figma

Figma

community · github.com/GLips/Figma-Context-MCP

Pull frame structure, layout and design tokens from Figma so Claude can implement designs faithfully.

ClaimedDeveloper ToolsSSEcloud / remote auth
GitHub

Install one command

terminal
$ npx -y figma-developer-mcp --stdio

Or add it with the Claude CLI: claude mcp add figma

Tools exposed 5 tools

get_file
get_node
get_image
get_variables
get_components

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": ["-y", "figma-developer-mcp", "--stdio"],
      "env": {
        "FIGMA_API_KEY": "<your-figma-api-key>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo