WaveXisMCP for Cursor
io.github.mathiaspaulenko/wavexis-mcp
220 browser automation tools for Chrome, Edge, and Firefox via CDP + BiDi. 100% Python.
client:Cursor
transport:stdio
runtime:pypi
Install WaveXisMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wavexis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wavexis-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs