-
Notifications
You must be signed in to change notification settings - Fork 358
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 846 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "browserbase-mcp",
"version": "0.1.0",
"description": "Browser automation with Browserbase and Stagehand from Codex via MCP",
"author": {
"name": "browserbase",
"url": "https://github.com/browserbase/mcp-server-browserbase"
},
"homepage": "https://github.com/browserbase/mcp-server-browserbase",
"repository": "https://github.com/browserbase/mcp-server-browserbase",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "Browserbase MCP",
"shortDescription": "Browser automation with Browserbase and Stagehand from Codex via MCP",
"longDescription": "Allow LLMs to control a browser with Browserbase and Stagehand.",
"category": "Browser",
"websiteURL": "https://github.com/browserbase/mcp-server-browserbase"
}
}