Skip to main content

I've configured Cursor's MCP in Cursor with the following settings:

{
"mcpServers": {
"Figma MCP PRO": {
"command": "npx",
"args": [
"figma-mcp-pro@latest",
"--figma-api-key",
"my-api-key"
],
"env": {
"DEBUG": "true"
}
}
}
}

Trial 1: I tried to have Cursor access the content of the Main Branch. The get_figma_data tool successfully retrieves the returned data

 

 

Trial 2: I tried to have Cursor access the content of the other Branch. 

It prompted me that it couldn't find this node. After multiple trials, I found that even when I provide the URL of another branch, it still tries to access the page on the main branch. Since the content of this branch has not yet been merged into the main branch, it reports the error mentioned above.

 

I'd like to ask: Is this how the MCP is designed to function, or am I using it incorrectly? How can I solve this problem? I hope to enable the Figma MCP to access data from pages on non-main branches.

thank you very much.

Be the first to reply!

Reply