mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
44104cbd34
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>
25 lines
660 B
JSON
25 lines
660 B
JSON
{
|
|
"name": "browser-use",
|
|
"displayName": "Browser Use",
|
|
"version": "1.0.0",
|
|
"description": "The Browser Use MCP server provides Cursor agents access to browser-use documentation. This gives AI assistants deep context about the browser-use library when helping you write code.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"browser-use",
|
|
"browser",
|
|
"automation",
|
|
"documentation"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"browser",
|
|
"automation"
|
|
]
|
|
}
|