Compare commits

..

2 Commits

Author SHA1 Message Date
Noah Zweben MacBook
deda133016 update figma 2025-12-12 16:15:58 -08:00
Noah Zweben MacBook
9e957603bf added Anthropic as author 2025-12-07 14:30:19 -08:00
6 changed files with 34 additions and 14 deletions

View File

@@ -190,14 +190,11 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
},
{
"name": "figma",
"name": "figma-mcp",
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
"category": "design",
"source": {
"source": "url",
"url": "https://github.com/figma/mcp-server-guide.git"
},
"homepage": "https://github.com/figma/mcp-server-guide"
"source": "./external_plugins/figma",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma"
},
{
"name": "asana",
@@ -214,14 +211,11 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
},
{
"name": "Notion",
"name": "notion",
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/makenotion/claude-code-notion-plugin.git"
},
"homepage": "https://github.com/makenotion/claude-code-notion-plugin"
"source": "./external_plugins/notion",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
},
{
"name": "gitlab",

View File

@@ -0,0 +1,7 @@
{
"name": "figma-mcp",
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
"author": {
"name": "Figma"
}
}

View File

@@ -0,0 +1,6 @@
{
"figma": {
"url": "https://mcp.figma.com/mcp",
"type": "http"
}
}

View File

@@ -1,6 +1,6 @@
{
"linear": {
"type": "http",
"url": "https://mcp.linear.app/mcp"
"type": "sse",
"url": "https://mcp.linear.app/sse"
}
}

View File

@@ -0,0 +1,7 @@
{
"name": "notion",
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
"author": {
"name": "Notion"
}
}

View File

@@ -0,0 +1,6 @@
{
"notion": {
"type": "sse",
"url": "https://mcp.notion.com/sse"
}
}