mcpbeat Sign in

Clickcast MCP Server

by alexkay28 Your server? Claim it
local only

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

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

Installs per day peak 133 · avg 5
a month agotoday
214
Installs / week
npm · clickcast-mcp
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 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 a command on install [пакет] package.json:1
postinstall: node postinstall.js
File ships in the package but is absent from the source [пакет] bin/clickcast-mcp.js:1, [пакет] postinstall.js:1
этот файл ставится пользователю, но в репозитории его нет
const result = spawnSync(clickcastBin, args, { stdio: "inherit" });
    result = subprocess.run(cmd, check=False)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/actions/clickcast/action.yml:106
      re-runs update it in place) with the reel + assertions/diff summary.

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 clickcast -- npx -y clickcast-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clickcast": {
      "args": [
        "-y",
        "clickcast-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clickcast]
command = "npx"
args = ["-y", "clickcast-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clickcast": {
      "args": [
        "-y",
        "clickcast-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clickcast": {
      "args": [
        "-y",
        "clickcast-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Clickcast

same job, measured the same way
I
Vew MCP
by yawlabs

Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots

46 installs/wk local only
E2LLM
by e2llm

E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.

answering
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
KitchenSink4Web
by nometalalchemist

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

28 installs/wk local only
Sendblue Browser MCP
by sendblue-api

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

40 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Kitewright
by kitewright

Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary.

50 installs/wk local only

Clickcast — questions

Answers built from our own checks of this server.

Why is there no uptime for Clickcast?
Clickcast 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 clickcast-mcp was installed 214 times last week.
How do I connect Clickcast?
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 clickcast-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clickcast?
The npm package clickcast-mcp was installed 214 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clickcast open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.