mcpbeat Sign in

mcp-better MCP Server

local only

mcp-better runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 11 Sep 2026.

AAIF-verified modern MCP setup optimised to the 2026-07-28 model (BETTER textbook).

Installs per day peak 458 · avg 16
a month agotoday
51
Installs / week
npm · mcp-better
1
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 10 min 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.

  const child = spawn(bin, process.argv.slice(2), {
Builds a file path from a variable lib/download.js:24, [пакет] lib/download.js:24
  return path.join(base, version, triple);

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

Alternatives to mcp-better

same job, measured the same way
Keyphrases MCP
by ivanrublev

An MCP server to extract keyphrases from a text with the BERT model

64 installs/wk local only
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

163 installs/wk local only
A2A to MCP bridge
by amirk-s

A2A v1.0.1 agents as MCP 2026-07-28 tools, with the tasks extension

53 installs/wk local only
Desktop Mate MCP
by rocnubie

Desktop Mate download, mod sources, characters, and setup in one verified guide with links to

local only
Hibp
by darrenjrobinson

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

62 installs/wk local only
AI Netcafe
by ainetcafe

Tables and ledgers checked by arithmetic, not by a model. 24 tools. MCP 2026-07-28 ready.

343 installs/wk 34 tools answering
Data360
by pipeworx-io

World Bank Data360 MCP — the World Bank's modern unified data platform.

34 tools answering
Openroad MCP
by luarss

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

200 installs/wk local only

mcp-better — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-better?
mcp-better 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 mcp-better was installed 51 times last week.
How do I connect mcp-better?
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 mcp-better straight from npm; nothing to host, nothing to sign up for.
How many people use mcp-better?
The npm package mcp-better was installed 51 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 mcp-better open source?
Yes — it is published under the MIT licence, written in Rust and 1 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.