What is the Figma MCP Server MCP server?
MCP server enabling AI assistants to interact with Figma designs via natural language commands
How to install Figma MCP Server
Copy-paste configuration for popular MCP clients.
FIGMA_ACCESS_TOKENrequiredsecretFigma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens
{
"mcpServers": {
"figma_mcp_server_actor": {
"command": "npx",
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<YOUR_FIGMA_ACCESS_TOKEN>"
}
}
}
}{
"mcpServers": {
"figma_mcp_server_actor": {
"command": "npx",
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<YOUR_FIGMA_ACCESS_TOKEN>"
}
}
}
}{
"mcpServers": {
"figma_mcp_server_actor": {
"command": "npx",
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<YOUR_FIGMA_ACCESS_TOKEN>"
}
}
}
}{
"servers": {
"figma_mcp_server_actor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<YOUR_FIGMA_ACCESS_TOKEN>"
}
}
}
}claude mcp add figma_mcp_server_actor --env FIGMA_ACCESS_TOKEN=<YOUR_FIGMA_ACCESS_TOKEN> -- npx -y @oabolade-pegasus/figma-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.