Odel
Kitbag mcp

Kitbag mcp

Local
@syedtaj7TypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkitbag-mcpv1.1.2

Run

npx -y kitbag-mcp

MCP client config

{
  "mcpServers": {
    "kitbag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kitbag-mcp"
      ]
    }
  }
}