★ 1 stars
TypeScript
🌐 Browser/Web
Updated 2d ago
Browser runtime purpose-built for AI agents. Semantic tools, site memory, self-healing execution, MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentbrowser": {
"command": "npx",
"args": [
"-y",
"AshtonVaughan/agentbrowser"
]
}
}
}
Run in terminal:
claude mcp add agentbrowser npx -y AshtonVaughan/agentbrowser
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentbrowser": {
"command": "npx",
"args": [
"-y",
"AshtonVaughan/agentbrowser"
]
}
}
}
Topics
ai-agentsbrowser-automationmcpplaywrighttypescriptweb-scraping