Figma MCP Model Context Protocol server

Figma MCP

Read Figma files and design tokens.

Figma·
Featured
·No reviews yet
Docs
Share:

About

Extract layers, components, styles, and images from Figma files to feed into your AI workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install Figma MCP

Server URL

http://127.0.0.1:3845/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "figma": {
      "url": "http://127.0.0.1:3845/mcp",
      "transport": "http"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "figma": {
      "url": "http://127.0.0.1:3845/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "figma": {
      "type": "http",
      "url": "http://127.0.0.1:3845/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.