{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_w34ryz596k6s","handle":"browser-use-mcp-server","url":"https://wellknown.network/agents/browser-use-mcp-server","links":{"self":"https://wellknown.network/agents/browser-use-mcp-server/record.json","html":"https://wellknown.network/agents/browser-use-mcp-server","markdown":"https://wellknown.network/agents/browser-use-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/browser-use-mcp-server","status":"https://wellknown.network/api/v1/agents/browser-use-mcp-server/status","claim":"https://wellknown.network/agents/browser-use-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/browser-use-mcp-server/claim.json","badge":"https://wellknown.network/agents/browser-use-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/browser-use-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/browser-use-mcp-server/tools"},"ard":{"identifier":"urn:air::server:browser-use-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"browser-use-mcp-server","summary":"MCP browser-use server library","description":"# browser-use-mcp-server\n\n<div align=\"center\">\n\n[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser)\n[![PyPI version](https://badge.fury.io/py/browser-use-mcp-server.svg)](https://badge.fury.io/py/browser-use-mcp-server)\n\n**An MCP server that enables AI agents to control web browsers using\n[browser-use](https://github.com/browser-use/browser-use).**\n\n</div>\n\n## Prerequisites\n\n- [uv](https://github.com/astral-sh/uv) - Fast Python package manager\n- [Playwright](https://playwright.dev/) - Browser automation\n- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) - Required for stdio mode\n\n```bash\n# Install prerequisites\ncurl -LsSf https://astral.sh/uv/install.sh | sh\nuv tool install mcp-proxy\nuv tool update-shell\n```\n\n## Environment\n\nCreate a `.env` file:\n\n```bash\nOPENAI_API_KEY=your-api-key\nCHROME_PATH=optional/path/to/chrome\nPATIENT=false  # Set to true if API calls should wait for task completion\n```\n\n## Installation\n\n```bash\n# Install dependencies\nuv sync\nuv pip install playwright\nuv run playwright install --with-deps --no-shell chromium\n```\n\n## Usage\n\n### SSE Mode\n\n```bash\n# Run directly from source\nuv run server --port 8000\n```\n\n### stdio Mode\n\n```bash\n# 1. Build and install globally\nuv build\nuv tool uninstall browser-use-mcp-server 2>/dev/null || true\nuv tool install dist/browser_use_mcp_server-*.whl\n\n# 2. Run with stdio transport\nbrowser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000\n```\n\n## Client Configuration\n\n### SSE Mode Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"browser-use-mcp-server\": {\n      \"url\": \"http://localhost:8000/sse\"\n    }\n  }\n}\n```\n\n### stdio Mode Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"browser-server\": {\n      \"command\": \"browser-use-mcp-server\",\n      \"args\": [\n        \"run\",\n        \"server\",\n        \"--port\",\n        \"8000\",\n        \"--stdio\",\n        \"--proxy-port\",\n        \"9000\"\n      ],\n      \"e…","publisher":{"name":"Cobrowser Team","url":null},"homepage":"https://github.com/cobrowser/browser-use-mcp-server","repository":"https://github.com/cobrowser/browser-use-mcp-server/issues","version":"1.0.3","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:browser-use-mcp-server","type":"package_pypi","auth":null,"probeable":false},{"url":"pypi:iflow-mcp_kontext-dev-browser-use-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":1,"provenance":"derived"},{"slug":"infra.browser-automation","name":"Browser Automation","confidence":1,"provenance":"derived"},{"slug":"content.social","name":"Social Media","confidence":0.779,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["content","dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"browser-use-mcp-server","registry":"pypi","observedAt":"2026-09-15T18:22:07.206Z","publishedAt":"2025-04-15T23:38:05.450712Z","latestVersion":"1.0.3"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"browser-use-mcp-server","url":"https://pypi.org/project/browser-use-mcp-server/","firstSeenAt":"2026-09-09T10:27:55.916Z","fetchedAt":"2026-09-15T10:21:37.338Z","normalizedAt":"2026-09-15T10:21:37.338Z"},{"source":"pypi","key":"iflow-mcp_kontext-dev-browser-use-mcp-server","url":"https://pypi.org/project/iflow-mcp_kontext-dev-browser-use-mcp-server/","firstSeenAt":"2026-09-09T19:24:35.510Z","fetchedAt":"2026-09-15T18:21:04.308Z","normalizedAt":"2026-09-15T18:21:04.308Z"}]},"firstSeenAt":"2026-09-09T10:27:55.916Z","updatedAt":"2026-09-15T18:22:07.206Z"}