yocoolab for Windsurf
io.github.jonahbkerr/yocoolab
Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
client:Windsurf
transport:stdio
runtime:npm
Install yocoolab in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"yocoolab": {
"command": "npx",
"args": [
"-y",
"@yocoolab/mcp-server"
],
"env": {
"YOCOOLAB_TOKEN": "<YOCOOLAB_TOKEN>",
"YOCOOLAB_API_URL": "<YOCOOLAB_API_URL>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"YOCOOLAB_BRIDGE_WORKSPACE": "<YOCOOLAB_BRIDGE_WORKSPACE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs