Skip to main content
Glama

Claude Talk to Figma MCP

by arinspunk
manifest.json1.06 kB
{ "dxt_version": "0.1", "name": "claude-talk-to-figma-mcp", "display_name": "Claude Talk to Figma", "description": "A Model Context Protocol (MCP) plugin that allows Claude Desktop and other AI tools to interact directly with Figma, enabling powerful AI-assisted design capabilities.", "version": "0.6.0", "author": { "name": "Xúlio Zé", "url": "https://github.com/arinspunk" }, "license": "MIT", "homepage": "https://github.com/arinspunk/claude-talk-to-figma-mcp", "repository": { "type": "git", "url": "https://github.com/arinspunk/claude-talk-to-figma-mcp.git" }, "icon": "images/claude-talk-to-figma.png", "compatibility": { "platforms": [ "darwin", "linux", "win32" ] }, "server": { "type": "node", "entry_point": "dist/talk_to_figma_mcp/server.cjs", "mcp_config": { "command": "node", "args": [ "${__dirname}/dist/talk_to_figma_mcp/server.cjs" ], "env": { "NODE_ENV": "production" } } }, "tools_generated": true }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arinspunk/claude-talk-to-figma-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server