The mcp figma server exposes Figma's full API, allowing AI agents to create, read, update, and delete files, projects, and components. It connects directly to Figma's cloud service, enabling real-time design collaboration and automation. Developers use it to build tools for design systems, version control, and automated design tasks.
The mcp figma server exposes Figma's full API, allowing AI agents to create, read, update, and delete files, projects, and components. It connects directly to Figma's cloud service, enabling real-time design collaboration and automation. Developers use it to build tools for design systems, version control, and automated design tasks.
npx -y @thirdstrandstudio/mcp-figmaAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"thirdstrandstudio-mcp-figma-github": {
"command": "npx",
"args": [
"-y",
"npx -y @thirdstrandstudio/mcp-figma"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp figma?"
API Key Required
This server requires an API key from mcp figma. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_FIGMA_API_KEY | Yes | Your mcp figma API key |
"What resources are available in mcp figma?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp figma"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp figma with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.