figma-create-new-file

figma/mcp-server-guide · updated Apr 8, 2026

$npx skills add https://github.com/figma/mcp-server-guide --skill figma-create-new-file
0 commentsdiscussion
summary

Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with.

skill.md

create_new_file — Create a New Figma File

Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with.

Skill Arguments

This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName]

  • editorType: design (default) or figjam
  • fileName: Name for the new file (defaults to "Untitled")

Examples:

  • /figma-create-new-file — creates a design file named "Untitled"
  • /figma-create-new-file figjam My Whiteboard — creates a FigJam file named "My Whiteboard"
  • /figma-create-new-file design My New Design — creates a design file named "My New Design"

Parse the arguments from the skill invocation. If editorType is not provided, default to "design". If fileName is not provided, default to "Untitled".

Workflow

Step 1: Resolve the planKey

The create_new_file tool requires a planKey parameter. Follow this decision tree:

  1. User already provided a planKey (e.g. from a previous whoami call or in their prompt) → use it directly, skip to Step 2.

  2. No planKey available → call the whoami tool. The response contains a plans array. Each plan has a key, name, seat, and tier.

    • Single plan: use its key field automatically.
    • Multiple plans: ask the user which team or organization they want to create the file in, then use the corresponding plan's key.

Step 2: Call create_new_file

Call the create_new_file tool with:

Parameter Required Description
planKey Yes The plan key from Step 1
fileName Yes Name for the new file
editorType Yes "design" or "figjam"

Example:

{
  "planKey": "team:123456",
  "fileName": "My New Design",
  "editorType": "design"
}

Step 3: Use the result

The tool returns:

  • file_key — the key of the newly created file
  • file_url — a direct URL to open the file in Figma

Use the file_key for subsequent tool calls like use_figma.

Important Notes

  • The file is created in the user's drafts folder for the selected plan.
  • Only "design" and "figjam" editor types are supported.
  • If use_figma is your next step, load the figma-use skill before calling it.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.462 reviews
  • Sakura Torres· Dec 28, 2024

    figma-create-new-file is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Valentina Malhotra· Dec 28, 2024

    figma-create-new-file reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ira Malhotra· Dec 24, 2024

    figma-create-new-file has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Ama Dixit· Dec 16, 2024

    Registry listing for figma-create-new-file matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Hana Abebe· Dec 8, 2024

    I recommend figma-create-new-file for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Valentina Iyer· Dec 4, 2024

    Solid pick for teams standardizing on skills: figma-create-new-file is focused, and the summary matches what you get after install.

  • Arya Li· Nov 23, 2024

    Registry listing for figma-create-new-file matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ren Anderson· Nov 19, 2024

    Keeps context tight: figma-create-new-file is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Arya White· Nov 19, 2024

    We added figma-create-new-file from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Rahul Santra· Nov 15, 2024

    figma-create-new-file fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 62

1 / 7