Files
Kevin Niparko 44104cbd34 Add 138 MCP plugins and remove 11 deprecated plugins
Migrate 138 new plugin directories (mcp.json, plugin.json, README, LICENSE)
into the repo and register them in marketplace.json.

Remove 11 plugins that are no longer needed: sentry, aws, supabase, hex,
linear, prisma, convex, notion, amplitude, cloudflare, and stripe.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 19:19:44 -08:00

25 lines
732 B
JSON

{
"name": "webflow",
"displayName": "Webflow",
"version": "1.0.0",
"description": "Webflow's MCP server enhances an agent's understanding of your Webflow projects. It's built on Webflow's APIs, exposing them as tools your AI agent can use to create elements, styles, and variables on the canvas, as well as manage collections, custom code, assets, and other site data.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"webflow",
"website",
"design",
"cms"
],
"category": "developer-tools",
"tags": [
"website",
"design"
]
}