Skip to main content
Glama

figma-mcp

pyproject.toml810 B
[project] name = "figma-mcp" version = "0.1.3" description = "Allow your AI coding agents to access figma files & prototypes directly" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp[cli]>=1.3.0", "python-dotenv>=1.0.1", "requests>=2.32.3", ] authors = [ {name = "Jason Zhou", email = "jason.zhou.design@gmail.com"} ] license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.urls] "Homepage" = "https://github.com/JayZeeDesign/figma-mcp" "Bug Tracker" = "https://github.com/JayZeeDesign/figma-mcp" [project.scripts] figma-mcp = "figma_mcp.main:main" [build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta"

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

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