The guide MCP server provides documentation and examples for integrating Figma into AI workflows. It exposes methods to fetch design context, extract design tokens, and generate code snippets from Figma files. Connects to Figma's API to retrieve design assets and metadata. Useful for developers building AI tools that need to interact with design systems or generate code from UI designs.
The guide MCP server provides documentation and examples for integrating Figma into AI workflows. It exposes methods to fetch design context, extract design tokens, and generate code snippets from Figma files. Connects to Figma's API to retrieve design assets and metadata. Useful for developers building AI tools that need to interact with design systems or generate code from UI designs.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"figma-mcp-server-guide-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-figma-mcp-server-guide-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from guide?"
No configuration required. This server works out of the box.
"What resources are available in guide?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in guide"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in guide with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.