Shiplight for Windsurf
ai.shiplight/shiplight
An MCP server that provides browser automation
client:Windsurf
transport:stdio
runtime:npm
Install Shiplight in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"shiplight": {
"command": "npx",
"args": [
"-y",
"@shiplightai/mcp"
],
"env": {
"PWDEBUG": "<PWDEBUG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs