All MCP servers

Figma MCP Server

Official
by Api.AirforceStreamable HTTPAI & LLM Tools01,580

The Figma MCP server brings Figma design context directly into your AI workflow.

mcpopen-sourceai-llm-tools

Endpoint

POST https://mcp.figma.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "figma-mcp-server-imp6d1d0": {
      "url": "https://mcp.figma.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}