yocoolab for Grok
io.github.jonahbkerr/yocoolab
Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
client:Grok
transport:stdio
runtime:npm
Install yocoolab in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yocoolab": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs