mcpbeat Sign in

MCP Dharmamitra MCP Server

by alex-deus Your server? Claim it
local only

MCP Dharmamitra runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Sep 2026.

Dharmamitra OCR for Tibetan / Sanskrit / Devanagari images; writes extracted text to a file.

Installs / week
pypi · mcp-dharmamitra
0
Stars
0 open issues
12 Sep 2026
Last commit
no recent releases
License
Python

Nothing serious here today

Today is the operative word: we check MCP Dharmamitra every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: DHARMAMITRA_COOKIE (Optional cf_clearance cookie value. Only needed if requests start returning 403 from Cloudflare.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Dharmamitra

same job, measured the same way
FactScan AI
by factscanai

OCR and document understanding: extract text from images, then summarize or translate it.

answering
Bigapi
by bigapi

File operations for AI agents: PDF, extraction, OCR, images. $0.01/op, 100 free.

515 installs/wk local only
PDF Text, Table and OCR Extractor
by brenton-keller

PDF URLs to per-page text, tables as rows, Markdown, metadata and OCR for scanned pages.

answering
Document Processing
by filegraph

Extract text from documents, manipulate PDFs, and perform OCR on images.

9 tools answering
Frenchie
by lab94

OCR, transcription, file extraction, and image generation for AI agents via MCP.

135 installs/wk 7 tools answering
Ocrspace
by pipeworx-io

OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.

32 tools answering
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
GEML — a plain-text document format built to be edited in place, one section at a time
by geml-spec

One section in, one section out — on Markdown/GEML files, bad writes refused.

638 installs/wk local only

MCP Dharmamitra — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Dharmamitra?
MCP Dharmamitra 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 mcp-dharmamitra.
How do I connect MCP Dharmamitra?
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-dharmamitra straight from pypi; nothing to host, nothing to sign up for.
Is MCP Dharmamitra open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.