Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP (Model Context Protocol) server that exposes Yocoolab feedback threads, design selections, and activity events as tools for Claude Code and other MCP-compatible clients.
With this installed, your AI coding assistant can:
One command:
The setup wizard auto-detects your installed AI agents (Claude Code, Cursor, Cline, Roo Code, Windsurf) and writes the correct MCP config for each. Restart your agent and the yocoolab server appears with all tools available.
initis kept as an alias forsetupfor backwards compatibility with v1.0.x install instructions.
If you'd rather configure manually, the equivalent ~/.mcp.json looks like:
The @2 version pin keeps you on the v2 major line β you'll receive bug fixes and new features automatically, but a future v3 with breaking changes won't break your setup. (Pin to @1 if you need Node 18 support β v1.x will receive security patches for 90 days after v2.0.)
repo scope, if you want to use the PR-creation tools (create_pr_for_thread). The token is auto-detected if you have the GitHub CLI installed and authenticated (gh auth login). No GITHUB_TOKEN env var needed in that case. Otherwise, create one at github.com/settings/tokens/new?scopes=repo.| Env var | Required | Default | Description |
|---|---|---|---|
YOCOOLAB_TOKEN | no | β | Your Yocoolab JWT (from the Chrome extension). When unset, thread feedback tools are disabled but bridge / companion / activity tools still work. |
YOCOOLAB_API_URL | no | https://app.yocoolab.com | Yocoolab API base URL |
GITHUB_TOKEN | only for PR tools | β | GitHub PAT with repo scope. Auto-detected β if gh CLI is installed and authenticated (gh auth token), no env var is needed. Placeholder values like <your GitHub PAT> are detected and safely ignored. |
YOCOOLAB_BRIDGE_PORT | no | 9800 | Local port for the HTTP bridge to the Chrome extension |
YOCOOLAB_BRIDGE_WORKSPACE | no | process.cwd() | Absolute path to your project workspace, used to resolve file references in selections |
YOCOOLAB_AGENT_NAME | no | Claude Code | Display name shown in the Chrome extension's agent picker |
YOCOOLAB_AGENT_TYPE | no | claude-code | Agent type identifier (claude-code, roo, cline, cursor, windsurf, or custom) |
The mcp-server command is a synonym for yocoolab-mcp. Either works.
The server exposes tools across several categories:
list_open_threads, get_thread_context, add_thread_message, mark_thread_addressed, create_pr_for_threadget_latest_selection, get_selection_history, get_element_context, find_source_for_selection, ai_analyze_pageget_recent_events, get_activity_summary, get_files_touched, get_companion_messages, reply_to_companionget_ai_conversationsget_deployment_previewpendo_list_guides, pendo_page_analytics, pendo_feature_usage, pendo_track_eventFor full tool descriptions and parameters, your MCP client will list them after the server starts.
yocoolab-mcp: command not found β make sure you're on v1.0.1 or newer. Run npx -y @yocoolab/mcp-server@latest setup to get the current release.
[yocoolab] Warning: YOCOOLAB_TOKEN not set β thread feedback tools are disabled without a token, but bridge / companion / activity tools still work. To enable everything, run yocoolab-mcp setup to (re)generate the config with your JWT.
Tools don't appear in your agent after install β restart your agent completely (quit & reopen). MCP servers load at startup.
Port 9800 is already in use β another instance of the MCP server is running, or another app has the port. Set YOCOOLAB_BRIDGE_PORT to a different value (e.g. 9801) in your .mcp.json.
Verbose diagnostic logs β set DEBUG=yocoolab:* in your env block. All diagnostic output goes to stderr (so it doesn't interfere with the MCP stdio protocol on stdout).
PR creation says "GitHub token not configured" β the create_pr_for_thread tool needs a GitHub token. Two ways to fix:
gh auth login. The server picks up the token automatically.repo scope and add GITHUB_TOKEN: "ghp_..." to your MCP config's env block.
If your config has a placeholder value like <your GitHub PAT>, the server detects it and shows a helpful message instead of crashing with a 401.See CONTRIBUTING.md for the full contributor workflow.
npm audit signatures and CodeQL static analysis in CI on every PR.Apache 2.0 β Β© 2026 Yocoolab
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yocoolab)<a href="https://allmcps.com/mcp/yocoolab"><img src="https://allmcps.com/api/badge/yocoolab?style=directory" alt="Yocoolab on AllMCPs" /></a>