Browser automation, one binary. The simpler alternative to Playwright — no Node, no Python, no runtime. Library, CLI, MCP server, and chat UI for any AI agent.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"scout": {
"command": "go",
"args": [
"run",
"github.com/klarlabs-studio/scout@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add scout go run github.com/klarlabs-studio/scout@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"scout": {
"command": "go",
"args": [
"run",
"github.com/klarlabs-studio/scout@latest"
]
}
}
}
📋 Copy
Topics
ai-agent ai-browser browser-automation cdp chrome claude-mcp cursor-mcp devtools-protocol golang headless-browser llm mcp mcp-server middleware playwright-alternative