
Browser AI
by qckfx
Natural language browser automation MCP server — control Playwright with plain English through Claude, no low-level tool calls required.
What it does
Browser AI is an MCP server that wraps the official Playwright MCP server with an AI sub-agent layer. Instead of wiring up dozens of individual Playwright tools in your AI client, you give Browser AI a single plain-English command — "fill out the registration form and submit it" — and an internal Claude agent handles the full tool-call sequence autonomously. Browser state never clutters your main context window.
Tools
- browser_ai — Accepts any natural language browser automation command and executes it end-to-end via an internal Playwright-backed agent. Returns a human-friendly summary of what was done.
Installation
Install via Smithery (recommended):
npx -y @smithery/cli install @qckfx/browser-ai --client claude
Or configure Claude Desktop manually:
{
"mcpServers": {
"browser-ai": {
"command": "npx",
"args": ["@qckfx/browser-ai"],
"env": {
"PLAYWRIGHT_MCP_PATH": "@playwright/mcp@latest"
}
}
}
}
For Claude Code:
claude mcp add browser-ai -- npx --yes @qckfx/browser-ai@latest
Requires Node.js 18+ and an active Claude subscription or Anthropic API key. Run npx @qckfx/browser-ai --auth for OAuth setup.
Supported hosts
Confirmed in README: Claude Desktop, Claude Code.
Quick install
npx -y @smithery/cli install @qckfx/browser-ai --client claudeInformation
- Pricing
- free
- Published
- 4/6/2026
- Updated
- 8 months ago
- stars
- 28