mirror of
https://github.com/figma/mcp-server-guide.git
synced 2026-09-14 18:44:07 +08:00
d638a5e055
Sync allowlisted figma-plugin skills from figma/figma at 2.2.111. - Update figma-use (SKILL.md, api-reference, gotchas, plugin-api patterns, regenerated plugin-api-standalone typings and index, wwds components) - Update figma-generate-library component-creation reference - Update figma-use-figjam edit-text reference - Bump version to 2.2.111 in server.json, gemini-extension.json, .claude-plugin, .cursor-plugin, and .github/plugin
18 lines
491 B
JSON
18 lines
491 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
|
|
"name": "com.figma.mcp/mcp",
|
|
"title": "Figma MCP Server",
|
|
"description": "The Figma MCP server brings Figma design context directly into your AI workflow.",
|
|
"repository": {
|
|
"url": "https://github.com/figma/mcp-server-guide",
|
|
"source": "github"
|
|
},
|
|
"version": "2.2.111",
|
|
"remotes": [
|
|
{
|
|
"type": "streamable-http",
|
|
"url": "https://mcp.figma.com/mcp"
|
|
}
|
|
]
|
|
}
|