figmanage for Cursor
io.github.dannykeane/figmanage
Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup.
client:Cursor
transport:stdio
runtime:npm
Install figmanage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figmanage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figmanage"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs