Skip to main content
Glama
package.json1.04 kB
{ "name": "@magic-spells/figma-mcp-bridge", "version": "0.1.2", "description": "MCP server enabling Claude to read and manipulate Figma documents via WebSocket bridge", "type": "module", "main": "src/index.js", "bin": { "figma-mcp-bridge": "src/index.js" }, "scripts": { "start": "node src/index.js" }, "keywords": [ "figma", "mcp", "claude", "model-context-protocol", "ai", "design" ], "author": "Cory Schulz @ Magic Spells", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/magic-spells/figma-mcp-bridge.git" }, "bugs": { "url": "https://github.com/magic-spells/figma-mcp-bridge/issues" }, "homepage": "https://github.com/magic-spells/figma-mcp-bridge#readme", "engines": { "node": ">=18.0.0" }, "files": [ "src", "plugin" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ws": "^8.14.0" } }

Latest Blog Posts

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/magic-spells/figma-mcp-bridge'

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