★ 509 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"arinspunk/claude-talk-to-figma-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-talk-to-figma npx -y arinspunk/claude-talk-to-figma-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"arinspunk/claude-talk-to-figma-mcp"
]
}
}
}
📋 Copy
Topics
antigravity claude claude-ai claude-code cursor figma githubcopilot mcp mcp-server windsurf-ai