mcpbeat Sign in

jDocmunch MCP Server

local only

jDocmunch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 3 907 installs a week from pypi. Last commit 18 Sep 2026.

Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs.

Installs per day peak 2 304 · avg 925 · -17% w/w
a month agotoday
3 907
Installs / week
pypi · jdocmunch-mcp
203
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
Python

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.

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

Alternatives to jDocmunch MCP

same job, measured the same way
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

93 installs/wk local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Business Oss
by eshwarravula

Verified business OSS MCP for search, RSS, crawling, documents, browser, media and transcription.

5 tools answering
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
Groupdocs Watermark MCP
by groupdocs-watermark

MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents.

local only

jDocmunch MCP — questions

Answers built from our own checks of this server.

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