figma-custom-mcp
figma-custom-mcp
3つの特定の、確認された機能ギャップを修正する小さなMCP + Figmaプラグインです。Plumb を修正、フォーク、または置き換えるものではなく、Figma内でPlumbと並べて使用するように設計されています。
ギャップとその完全なソースレベルの証拠は、PLUMB_GAP_ANALYSIS.md(Plumb v0.13.2のソースからの監査)に文書化されています。このプロジェクトは、その監査のP0項目を正確に実装しています:
P0-1 — 絶対配置/重なり配置。 PlumbのDSLコンパイラはすべてのコンテナを自動レイアウトに強制し、Figmaの
layoutPositioning="ABSOLUTE"を決して設定しないため、重なり合う構成(画像の上のバッジ、写真の上のテキストなど)を構造的に構築することが不可能です。このプロジェクトのコンパイラはデフォルトで自由(x/y)配置を使用し、自動レイアウト領域内でabsolute: trueの子要素をサポートします。P0-2 — ローカル/カスタム画像のインポート。 Plumbの
image.srcは常に6つの固定ストックフォトプロバイダに対するウェブ検索クエリにコンパイルされます。ユーザー自身のファイルがPlumbで構築されたデザインに入ることは決してありません。このプロジェクトはfile:/data:URIを直接読み取り、型付きエラーとプレースホルダーの置換なしで処理します。P0-3 — 厳格なスキーマ検証。 PlumbのZodスキーマは未知のフィールドやスペルミスのフィールドを黙って削除します。ここでのすべてのスキーマは
.strict()です。
完全な監査項目ごとのトレーサビリティについてはdocs/P0-CAPABILITY-MATRIX.mdを、残りのドキュメントセットについてはdocs/を参照してください。
Status
P0完了 — 完全な受入基準チェックリスト、実際のライブFigmaテスト結果、およびこのプロジェクトが構築した実際の構成(実際の重なり合うFigmaノード、実際のローカル画像、実際の回転/グラデーション/エフェクト — フラット化された画像ではありません)のスクリーンショットについては、P0-FINAL-REPORT.mdを参照してください。
Related MCP server: Figma Bridge MCP
Quickstart
npm install
npm run build
npm test次に、docs/QUICKSTART.mdを参照して、Figmaプラグインをペアリングし、ライブのエンドツーエンドテストを実行してください。
Documentation
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceUnofficial local MCP bridge for reading the currently open Figma file through a Figma plugin. Provides tools to inspect selection, file info, and export selected nodes as SVG/PNG.MIT
- FlicenseBqualityCmaintenanceLocal MCP server connecting AI clients to the Figma desktop app for inspecting and editing Figma documents via the Plugin API.161
- Alicense-qualityCmaintenanceEnables interaction with the Figma API through MCP tools for managing files, projects, and comments, plus a real-time observability dashboard.82ISC
- AlicenseAqualityBmaintenanceLocal-first Figma MCP server providing unlimited read access via Personal Access Token, HTML replica generation with parity verification, and write-to-canvas through a companion plugin bridge.15143MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Rachit0-glitch/FIGMA-CUSTOM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server