mcpbeat Sign in

Yocoolab MCP Server

by jonahbkerr Your server? Claim it
local only

Yocoolab runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 7 Sep 2026.

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

Installs per day peak 127 · avg 12 · -51% w/w
a month agotoday
79
Installs / week
npm · @yocoolab/mcp-server
1
Stars
6 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/commands/setup.ts:91
    const result = execSync(`pgrep -f "${name}" 2>/dev/null || true`, { encoding: 'utf-8' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yocoolab -- npx -y @yocoolab/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yocoolab": {
      "args": [
        "-y",
        "@yocoolab/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yocoolab]
command = "npx"
args = ["-y", "@yocoolab/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "yocoolab": {
      "args": [
        "-y",
        "@yocoolab/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yocoolab": {
      "args": [
        "-y",
        "@yocoolab/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOCOOLAB_TOKEN (Your Yocoolab JWT, from the Chrome extension settings or app.yocoolab.com. When unset, thread feedback tools are disabled but bridge, companion and activity tools still work.), YOCOOLAB_API_URL (Yocoolab API base URL. Defaults to https://app.yocoolab.com.), GITHUB_TOKEN (GitHub PAT with repo scope, needed only for the PR-creation tools. Auto-detected from the gh CLI when authenticated.), YOCOOLAB_BRIDGE_WORKSPACE (Absolute path to your project workspace, used to resolve file references in selections. Defaults to the current working directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yocoolab

same job, measured the same way
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Draw2agent
by zero-abd

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

49 installs/wk local only
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
Vynix
by vynix

Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

53 installs/wk 17 tools answering
C
Kuailian — publish AI-generated pages to a live URL
by 3ceng

Publish AI-generated web pages to a live, shareable URL from Cursor or Claude Code.

70 installs/wk local only
Vibesharing
by erova

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

108 installs/wk local only
C
Wontopos
by wontopos

Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.

461 installs/wk local only
Agent Audit
by fullstackdegen

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

32 installs/wk local only

Yocoolab — questions

Answers built from our own checks of this server.

Why is there no uptime for Yocoolab?
Yocoolab runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yocoolab/mcp-server was installed 79 times last week.
How do I connect Yocoolab?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yocoolab/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Yocoolab?
The npm package @yocoolab/mcp-server was installed 79 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yocoolab open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.