ainative browser mcp for Cursor
io.github.ainative-studio/ainative-browser-mcp
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
client:Cursor
transport:stdio
runtime:npm
Install ainative browser mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ainative-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainative/browser-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs