Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@
},
"metadata": {
"description": "Browser automation tools for Cursor",
"version": "1.0.0",
"version": "1.1.0",
"pluginRoot": "plugins"
},
"plugins": [
{
"name": "browse",
"source": "browse",
"description": "Automate web browser interactions using natural language. Navigate pages, click elements, fill forms, extract data, and take screenshots -- all controlled by Cursor's model via MCP tools."
},
{
"name": "functions",
"source": "functions",
"description": "Deploy serverless browser automation to Browserbase cloud using the bb CLI. Create, test, and publish cloud functions for scheduled or webhook-triggered browser tasks."
}
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Browser automation plugins for the Cursor IDE Marketplace. Control a real Chrome
| Plugin | Description |
|--------|-------------|
| [browse](plugins/browse/) | Automate browser interactions via MCP tools. Navigate pages, fill forms, extract data, take screenshots. No API key needed for local mode. |
| [functions](plugins/functions/) | Deploy serverless browser automation to Browserbase cloud using the `bb` CLI. |

## Quick start

Expand Down
6 changes: 3 additions & 3 deletions plugins/browse/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "browse",
"displayName": "Browserbase Browse",
"version": "2.0.0",
"description": "Browser automation for Cursor. Navigate, click, fill forms, extract data, capture network, manage tabs, and take screenshots -- powered by browse-cli and controlled via MCP.",
"version": "2.1.0",
"description": "Browser automation for Cursor. Navigate, click, fill forms, extract data, capture network, manage tabs, and take screenshots -- powered by the browse CLI and controlled via MCP.",
"author": {
"name": "Browserbase",
"email": "support@browserbase.com"
},
"license": "MIT",
"keywords": ["browser", "automation", "web-scraping", "browse-cli", "screenshots", "mcp", "stagehand"],
"keywords": ["browser", "automation", "web-scraping", "browse", "screenshots", "mcp", "stagehand"],
"logo": "assets/logo.svg"
}
Loading