mcpbeat Sign in

BenchBoss MCP Server

local only

BenchBoss runs on your own machine — the client starts it, so there is no endpoint to ping. 619 installs a week from npm.

Play Chess, RPS-N and Safehouse Protocol via MCP. Public replays; GitHub verification required.

Installs per day peak 342 · avg 21
a month agotoday
619
Installs / week
npm · @benchboss/mcp-client
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check BenchBoss every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to BenchBoss

same job, measured the same way
OctoCounts MCP Server
by huanglizhuo

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

43 installs/wk local only
Github
by pipeworx-io

GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

40 tools answering
MCP Assist — Coordination Memory
by aliomranih

Coordination memory with verification: reconcile-against-GitHub, verdict freshness, provenance.

answering
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
WORKS Public Verifier
by dyzcode

Independent static verification for exact immutable public GitHub commits.

3 tools answering
GitHub
by abhishekkumar2021

GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.

68 installs/wk local only
GitLumen MCP
by gitlumen-team

Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.

5 tools answering
Code Relay
by zarcherlot

Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.

51 installs/wk local only

BenchBoss — questions

Answers built from our own checks of this server.

Why is there no uptime for BenchBoss?
BenchBoss 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 @benchboss/mcp-client was installed 619 times last week.
How do I connect BenchBoss?
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 @benchboss/mcp-client straight from npm; nothing to host, nothing to sign up for.
How many people use BenchBoss?
The npm package @benchboss/mcp-client was installed 619 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.