Figmanage MCP Server

Let agents manage your Figma workspace. Seats, teams, permissions, billing, offboarding, cleanup -- handled in conversation instead of clicking through admin panels. Its 40 documented tools cover project, files, file, role. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-22 · ★ 8 · #67 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Figmanage

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add dannykeane-figmanage -- npx -y figmanage

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dannykeane-figmanage": {
      "command": "npx",
      "args": [
        "-y",
        "figmanage"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package figmanage - unscoped; check the name against the project README before installing

registry namespace io.github.dannykeane is GitHub-verified and matches the repo owner

03 · What Figmanage can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list available Figma workspaces, list teams in your org, list projects in a team, and list files in a project.

Capability map

Tools grouped from the project's README - what Figmanage lets an agent do.

read & search

9 tools - e.g. List available Figma workspaces; List teams in your org; List projects in a team

list_orgs · list_teams · list_projects · search · list_favorites · list_role_requests…

Files

6 tools - e.g. List files in a project; Recently viewed/edited files; Move files between projects (batch)

list_files · list_recent_files · move_files · trash_files · restore_files · cleanup_stale_files

File

6 tools - e.g. File metadata: name, project, team, link access; Create design, whiteboard, slides, or sites file; Rename a file

get_file_info · create_file · rename_file · duplicate_file · favorite_file · file_summary

Project

6 tools - e.g. Create a project in a team; Rename a project; Move a project to another team

create_project · rename_project · move_project · set_project_description · organize_project · setup_project_structure

auth & access

4 tools - e.g. Validate PAT and cookie authentication; Accept an access request; Decline an access request

check_auth · approve_role_request · deny_role_request · permission_audit

Permissions

2 tools - e.g. List who has access with roles; Change a user's access level

get_permissions · set_permissions

Switch

1 tool - e.g. Switch active workspace for this session

switch_org

update

1 tool - e.g. Set link sharing level

set_link_access

04 · Who maintains Figmanage

figmanage is maintained by dannykeane. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
communication - ranked #67 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.dannykeane/figmanage (active, first published 2026-03-18 · 27 versions)
packages
npm:figmanage

06 · Figmanage FAQ

Is Figmanage still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-22. We re-verify nightly.

What can Figmanage do?

With this server connected, an agent can list available Figma workspaces, list teams in your org, list projects in a team, and list files in a project.

How do I install Figmanage?

Run `npx -y figmanage`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Figmanage run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Figmanage

More communication MCP servers · Ethora MCP CLI · Entra News Podcast · Iterable Data

More TypeScript MCP servers · Entra News · ZuckerBot - Meta Ads MCP Server · Dbatools MCP Server · see all