AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
claude mcp add ainative-browser-mcp -- npx -y @ainative/browser-mcp
claude_desktop_config.json
{
"mcpServers": {
"ainative-browser-mcp": {
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ainative-browser-mcp": {
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ainative-browser-mcp": {
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ainative-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ainative-browser-mcp": {
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AINative-Studio--ainative-browser-mcp/reviews or the review_server meta-tool.
POST /mcp