Morfiade for Cursor
io.github.morfiade-app/morfiade-mcp
Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.
client:Cursor
transport:stdio
runtime:pypi
Install Morfiade in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"morfiade-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"morfiade-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs