Codigma MCP Server
@rastmob
关于 Codigma MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Codigma MCP Server?
Codigma MCP Server is the backend service behind Codigma.io, a free tool that turns public Figma links into clean, semantic HTML and CSS. It provides API endpoints to fetch Figma file data, convert designs to structured models, and generate HTML/CSS or TailwindCSS bundles.
How to use Codigma MCP Server?
Clone the repository, install dependencies with npm install, create a .env file with your Figma Personal Access Token, then run in development mode (npm run dev) or production mode (npm run build && npm start). Send POST requests to endpoints like /api/figma-to-bundle with a Figma URL and output type (plain or tailwind).
Key features of Codigma MCP Server
- Fetch public Figma file JSON data
- Convert Figma nodes into structured Codigma Models
- Generate clean, semantic HTML and CSS code
- Optionally generate TailwindCSS class-based HTML
- Support for responsive design, fonts, borders, shadows, and gradients
- Full pipeline from Figma URL to code bundle in one API call
Use cases of Codigma MCP Server
- Rapidly prototype web pages from Figma designs
- Automate conversion of design libraries into reusable HTML/CSS components
- Integrate Figma-to-code conversion into CI/CD pipelines
- Generate TailwindCSS HTML from Figma links for utility-first projects
- Build no-code tools that produce production‑ready markup from design files
FAQ from Codigma MCP Server
What does Codigma MCP Server do that alternatives don’t?
It is a free backend service that directly converts public Figma links into clean HTML/CSS or TailwindCSS, all through a simple API. It bundles the full process (fetch, model, generate) into a single endpoint.
What are the runtime requirements?
Node.js 18 or later, npm, and a Figma Personal Access Token stored in a .env file.
Does it work with private Figma files?
Currently, only public Figma files are supported. OAuth login for private files is on the roadmap.
What transports and authentication are supported?
The server uses HTTP/HTTPS with API endpoints accessible via POST requests. Authentication is handled via a Figma Personal Access Token, not via the MCP server itself.
Where does the data live?
Data is processed on the server and returned in the API response; the server does not store design data permanently.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论