yocoolab for Claude Desktop
io.github.jonahbkerr/yocoolab
Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
client:Claude Desktop
transport:stdio
runtime:npm
Install yocoolab in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs