Metapowers

MCP Server Overview

The @metapowers/figma-mcp server — a custom MCP server for Figma integration.

What is @metapowers/figma-mcp?

@metapowers/figma-mcp is a Model Context Protocol (MCP) server that connects your AI coding assistant to Figma. It provides 45 tools across 6 categories for reading design data, creating components, working with FigJam, managing Slides, and running accessibility audits.

Architecture

The server communicates with Figma through two channels:

  • Figma REST API — for reading design data (tokens, styles, components, screenshots)
  • Desktop Bridge Plugin — for write operations (creating/modifying nodes via the Figma Plugin API)
AI Assistant <--stdio--> MCP Server <--REST API--> Figma API
                              |
                              +--WebSocket--> Bridge Plugin <--Plugin API--> Figma Desktop

Tool Categories

CategoryToolsChannel
Design System8REST API
Node Creation12Bridge Plugin
FigJam8Bridge Plugin
Slides9Bridge Plugin
Accessibility5Mixed
Visual Context3REST API

Getting Started

See the Setup Guide to install and configure the server.

On this page