mcpbeat Sign in

Kitbag MCP Server

local only

Kitbag MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 18 Jul 2026.

Zero-config MCP server bundling 50+ utility tools: converters, OCR, scraping, and formatters.

Installs per day peak 373 · avg 28 · -56% w/w
a month agotoday
45
Installs / week
npm · kitbag-mcp
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call data.json_to_csv.filePath → src/tools/data/json_to_csv/tool.ts:37, image.compress.filePath → src/tools/image/compress/tool.ts:28, pdf.split.filePath → src/tools/pdf/split/tool.ts:58 и ещё 32
      rawJson = fs.readFileSync(args.filePath, 'utf8');
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.

      while ((match = re.exec(args.text)) !== null) {

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Kitbag MCP

same job, measured the same way
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Tools
by freedailypro

61 text, security, converter, calculator, and PDF tools -- callable via MCP on one host.

answering
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

37 installs/wk local only
upAPI
by devinosolutions

All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.

223 installs/wk answering
Scholar MCP
by pvliesdonk

FastMCP server for scholarly papers, patents, books and standards with docling PDF conversion

217 installs/wk local only
eKYC Suite
by wefi-ai

KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.

101 installs/wk local only
PDF to Markdown (pdf2md.dev)
by pdf2md

Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.

answering

Kitbag MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kitbag MCP?
Kitbag MCP 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 kitbag-mcp was installed 45 times last week.
How do I connect Kitbag MCP?
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 kitbag-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kitbag MCP?
The npm package kitbag-mcp was installed 45 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kitbag MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.