mcpbeat Sign in

VitaminMCP MCP Server

local only

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

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

Installs per day peak 352 · avg 11
a month agotoday
125
Installs / week
npm · vitaminmcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Java

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.

File ships in the package but is absent from the source [пакет] runner/src/join.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Package points at a different repository backas03/vitaminmcp
пакет vitaminmcp ссылается на backas03/vitaminmcp-minecraft
        Process process = new ProcessBuilder(commandFor(runnerPath, host, port, protocol))
  async spawn(name, clientIp, auth = 'offline', account = '') {

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

Alternatives to VitaminMCP

same job, measured the same way
MCP Server Zotero Dev
by introfini

MCP server enabling AI assistants to build, test, and debug Zotero plugins

81 installs/wk local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Simple MCP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only
I
Simple MCP HTTP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only
MCP Failure Lab
by anilloutombam

A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.

211 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Testrail MCP Server
by uarlouski

Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts.

1 438 installs/wk local only
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering

VitaminMCP — questions

Answers built from our own checks of this server.

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