tellfigma
npm/tellfigmaMCP server that gives AI apps (Claude, Cursor, VS Code Copilot, Windsurf) full CREATE/EDIT/DELETE control over Figma via Chrome DevTools Protocol. The only Figma MCP that can modify designs. Now with comment reading/posting. No plugin — just npx tellfigma
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tellfigma": {
"url": "None",
"transport": "http"
}
}
}