Skip to main content
Glama

Figma MCP Python

PyPIバージョン

AIコーディングエージェントがFigmaファイルとプロトタイプに直接アクセスできるようにします。問題や改善点がありましたら、DMでご連絡ください: https://x.com/jasonzhou1993

pipxを使ったクイックインストール

pipx install figma-mcp

カーソルの場合:

  1. 設定で、次のコマンドを使用して MCP サーバーを追加します。

figma-mcp --figma-api-key=your_figma_key
  1. または、プロジェクトに.cursor/mcp.jsonファイルを追加します。

{
  "mcpServers": {
    "figma-python": {
      "command": "figma-mcp",
      "args": [
        "--figma-api-key=your_figma_key"
      ]
    } 
  }
}

Windsurf などの他の IDE の場合は、MCP 構成ファイル (例: mcp_config.json ) を使用します。

{
  "mcpServers": {
    "figma-python": {
      "command": "figma-mcp",
      "args": [
        "--figma-api-key=your_figma_key"
      ]
    } 
  }
}

Related MCP server: figmad-mcp

uvをインストールして環境を設定する

curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv sync

ローカルでテストする

python -m figma_mcp.main
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to interact with Figma to create, read, and manage designs using the Figma REST API and a dedicated plugin. It supports advanced features like UI generation from text, webpage reconstruction in Figma, and design token synchronization with codebases.
    20
  • A
    license
    -
    quality
    D
    maintenance
    Enables coding agents like Cursor to access Figma design data, fetch layout and styling information, and implement designs in any framework.
    57,771
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to extract design systems, analyze components, and maintain design-code consistency from Figma files, providing intelligent component analysis and accessibility compliance.
    124
    30
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI coding agents to Anima Playground, Figma, and your design system.

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

  • Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JayZeeDesign/figma-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server