Connects Claude to Figma through Pipeworx's gateway infrastructure. The server uses streamable HTTP transport and can be added to any MCP client with a single URL endpoint. You can either connect directly to the Figma-specific endpoint or use the full Pipeworx gateway for access to 725+ data sources. Includes an ask_pipeworx tool that lets you query Figma data in plain English instead of calling specific tools directly. The gateway handles tool selection and argument mapping automatically. Useful if you want to pull design data, file information, or team resources into Claude without managing authentication flows yourself. Part of the broader Pipeworx MCP ecosystem with MIT licensing.
Figma MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"figma": {
"url": "https://gateway.pipeworx.io/figma/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Figma data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide