★ 6,478 stars
JavaScript
🤖 AI/LLM
Updated 1mo ago
TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
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": {
"cursor-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"grab/cursor-talk-to-figma-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cursor-talk-to-figma npx -y grab/cursor-talk-to-figma-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"grab/cursor-talk-to-figma-mcp"
]
}
}
}
📋 Copy
Topics
agent agentic agentic-ai ai ai-agents automation cursor design figma generative-ai llm llms mcp model-context-protocol