Media & DesignAuth: OAuth2.1
Figma hosted MCP server
Design platform
Figma’s hosted MCP server gives agents structured access to design files — frames, components, and variables — so design-aware code generation and design ops can work from the real source of truth in the connected Figma account.
Curated by Agentic WorkersPublished Updated
Server description
Read design files, components, and variables from Figma
Figma’s hosted MCP server gives agents structured access to design files — frames, components, and variables — so design-aware code generation and design ops can work from the real source of truth in the connected Figma account.
- Slug
- figma
- Category
- Media & Design
- Category slug
- media-and-design
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}