mcpbeat Sign in

md-vision MCP Server

local only

md-vision runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 21 Jun 2026.

Read markdown with inlined images and index headings for agentic RAG workflows.

Installs per day peak 24 · avg 6 · -35% w/w
a month agotoday
29
Installs / week
npm · md-vision
1
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check md-vision 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 md-vision -- npx -y md-vision
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "md-vision": {
      "args": [
        "-y",
        "md-vision"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.md-vision]
command = "npx"
args = ["-y", "md-vision"]
.cursor/mcp.json
{
  "mcpServers": {
    "md-vision": {
      "args": [
        "-y",
        "md-vision"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "md-vision": {
      "args": [
        "-y",
        "md-vision"
      ],
      "command": "npx"
    }
  }
}

Alternatives to md-vision

same job, measured the same way
Rippr MCP
by mrslbt

Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows.

42 installs/wk local only
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
OmniClip RAG
by msjsc001

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
PageIndex MCP
by vectifyai

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

64 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
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
Clean Markdown
by damonwill78-a11y

Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.

36 installs/wk local only

md-vision — questions

Answers built from our own checks of this server.

Why is there no uptime for md-vision?
md-vision 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 md-vision was installed 29 times last week.
How do I connect md-vision?
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 md-vision straight from npm; nothing to host, nothing to sign up for.
How many people use md-vision?
The npm package md-vision was installed 29 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is md-vision open source?
Yes — it is published under the MIT licence, written in Python and 1 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.