support MCP registry

This commit is contained in:
Laith Weinberger
2026-07-16 15:54:33 -07:00
parent dbc4d46e0c
commit 604392c392
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ dist/
*.pdf
*.csv
*.json
!/server.json
*.jsonl
*.log
*.bak
+1
View File
@@ -1,3 +1,4 @@
<!-- mcp-name: com.browser-use/browser-use -->
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/2ccdb752-22fb-41c7-8948-857fc1ad7e24">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/774a46d5-27a0-490c-b7d0-e65fcbbfa358">
+29
View File
@@ -0,0 +1,29 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.browser-use/browser-use",
"description": "Control a real Chrome browser to complete any task: fill forms, extract data, book flights.",
"repository": {
"url": "https://github.com/browser-use/browser-use",
"source": "github"
},
"websiteUrl": "https://browser-use.com",
"version": "0.13.5",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "browser-use",
"version": "0.13.5",
"runtimeHint": "uvx",
"packageArguments": [
{
"type": "positional",
"value": "--cli-mcp"
}
],
"transport": {
"type": "stdio"
}
}
]
}