Files
Aditya Muttur 7f6562c490 [mcp-server-guide] Send X-Figma-Plugin-Bundle header from the figma MCP entry (#92)
* add plugin bundle header and version rules

* drop AGENTS.md and CLAUDE.md
2026-08-20 19:15:03 +05:30

18 lines
490 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.96",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.figma.com/mcp"
}
]
}