Shiplight for Cursor
ai.shiplight/shiplight
An MCP server that provides browser automation
client:Cursor
transport:stdio
runtime:npm
Install Shiplight in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shiplight": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shiplightai/mcp"
],
"env": {
"PWDEBUG": "<PWDEBUG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs