Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
The Figma MCP server can be used via Cursor IDE, but the same configuration in cursor-agent results in :
Failed to list MCP servers: HTTP 403: Invalid OAuth error response: SyntaxError: Unexpected token 'F', "Forbidden" is not valid JSON. Raw body: Forbidden
when running cursor-agent mcp list/login
My .cursor/mcp.json:
{
"mcpServers": {
"Figma": {
"url": "https://mcp.figma.com/mcp",
"headers": {}
}
}
}
Steps to Reproduce
Add the Figma MCP server config as indicated above
Expected Behavior
cursor-agent mcp login should display a URL to follow to authenticate.
Operating System
Ubuntu 24.04
Current Cursor Version (Menu → About Cursor → Copy)
cursor-agent 2025.10.22-f894c20
Does this stop you from using Cursor
No - Cursor works, but with this issue