# Figma Desktop

**Type:** Official

**Source Type:** Local Package

**Source:** Figma Dev Mode

**Description:** Figma Desktop MCP server connects AI assistants to your local Figma Desktop application via Figma's built-in MCP endpoint. It enables reading the currently selected frame, components, and design tokens — useful for design-to-code workflows.

***

## Setup

### Prerequisites

Figma Desktop must be running with **Preferences → Enable local MCP Server** turned on. The server listens on `http://127.0.0.1:3845/mcp`. No credentials are required because the connection is local-only.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/figma-desktop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
