Talk to Figma MCP server

Enables AI to create, manipulate, and analyze Figma design files through a WebSocket bridge that establishes bidirectional communication for design tasks.
Back to servers
Provider
Sonny Lazuardi
Release date
Mar 20, 2025
Language
TypeScript
Stats
1 star

Cursor Talk To Figma MCP is an innovative application that enables users to control their cursor in Figma through verbal commands. This AI-powered agent creates a new way to interact with the popular design tool, streamlining your workflow through voice control rather than traditional mouse movements.

Installation Guide

To install Cursor Talk To Figma MCP:

  1. Download the installation files from the releases page
  2. If the download link points directly to a file, simply download and run the installer
  3. Follow any on-screen prompts to complete the installation
  4. Launch the application after installation

If you encounter any issues accessing the download, check the "Releases" section of the repository for alternative download options.

Using Cursor Talk To Figma

Basic Usage

After installation, using the application involves these simple steps:

  1. Launch the Cursor Talk To Figma MCP application
  2. Ensure Figma is open in your browser or desktop app
  3. Speak verbal commands to control your cursor in Figma
  4. The AI agent will interpret your commands and move the cursor accordingly

Voice Command Examples

While specific command syntax isn't detailed in the documentation, you can try commands such as:

  • "Move to the top left corner"
  • "Select that rectangle"
  • "Resize this component"
  • "Change the color to blue"

Key Features

The application offers several advantages:

  • Voice-controlled cursor movement - Navigate Figma without touching your mouse
  • AI-powered interpretation - The agent understands natural language commands
  • Seamless Figma integration - Works directly with your existing Figma workspace
  • Enhanced accessibility - Provides alternative input methods for design work

Troubleshooting

If the application isn't responding to voice commands:

  • Check your microphone settings and permissions
  • Ensure you've launched both Figma and the MCP application
  • Try restarting both applications
  • Speak clearly and use simple commands initially

For persistent issues, refer to the repository's Issues section for known problems and solutions.

How to add this MCP server to Cursor

There are two ways to add an MCP server to Cursor. The most common way is to add the server globally in the ~/.cursor/mcp.json file so that it is available in all of your projects.

If you only need the server in a single project, you can add it to the project instead by creating or adding it to the .cursor/mcp.json file.

Adding an MCP server to Cursor globally

To add a global MCP server go to Cursor Settings > MCP and click "Add new global MCP server".

When you click that button the ~/.cursor/mcp.json file will be opened and you can add your server like this:

{
    "mcpServers": {
        "cursor-rules-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "cursor-rules-mcp"
            ]
        }
    }
}

Adding an MCP server to a project

To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one. This will look exactly the same as the global MCP server example above.

How to use the MCP server

Once the server is installed, you might need to head back to Settings > MCP and click the refresh button.

The Cursor agent will then be able to see the available tools the added MCP server has available and will call them when it needs to.

You can also explictly ask the agent to use the tool by mentioning the tool name and describing what the function does.

Want to 10x your AI skills?

Get a free account and learn to code + market your apps using AI (with or without vibes!).

Nah, maybe later