ainative browser mcp for VS Code
io.github.ainative-studio/ainative-browser-mcp
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
client:VS Code
transport:stdio
runtime:npm
Install ainative browser mcp in VS Code
.vscode/mcp.json
{
"servers": {
"ainative-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs