mirror of
https://github.com/figma/mcp-server-guide.git
synced 2026-09-14 18:44:07 +08:00
7f6562c490
* add plugin bundle header and version rules * drop AGENTS.md and CLAUDE.md
18 lines
490 B
JSON
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"
|
|
}
|
|
]
|
|
}
|