Selenix MCP Server for Cursor
io.github.markmircea/selenix-mcp-server
MCP server that bridges local apps with Selenix for browser automation.
client:Cursor
transport:stdio
runtime:npm
Install Selenix MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"selenix-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@selenix/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs