II.
ToolServer JSON
Structured · livetool-server:mcp-figma
MCP Figma json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-figma",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Figma",
"description": "MCP server providing access to Figma design files. Enables AI agents to read file structures, inspect design nodes, export images, and list components. Supports stdio transport.",
"protocol": "mcp",
"category": "design",
"repoUrl": "https://github.com/nicholasgriffintn/figma-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:figma.get-file",
"tool-descriptor:figma.get-node",
"tool-descriptor:figma.get-image",
"tool-descriptor:figma.list-components",
"tool-descriptor:figma.download-images"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-figma",
"to": "role:product-designer",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Figma design and component access supports product design workflows."
}
},
{
"from": "tool-server:mcp-figma",
"to": "workflow:design-system-maintenance",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Design tokens, components, and files project design-system state."
}
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.get-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.get-node",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.get-image",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.list-components",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.download-images",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-figma",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "capability:requires-tool-approval",
"kind": "supports",
"attributes": {
"versionRange": "current",
"level": "partial",
"notes": "Read-mostly; approval needed when scope token grants write."
}
},
{
"from": "tool-server:mcp-figma",
"to": "tool:figma",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "skill-area:figma-prototyping",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-figma",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:figma.get-file",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:figma.get-node",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:figma.get-image",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:figma.list-components",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:figma.download-images",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:mcp-figma.scope",
"to": "tool-server:mcp-figma",
"kind": "bounds_subject"
}
]
}