md-vision-mcp

japlete/md-vision-mcp
★ 0 stars Python Memory/Knowledge Updated today
stdio MCP server to read or index markdown with images
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "md-vision-mcp": {
      "command": "uvx",
      "args": [
        "md-vision-mcp"
      ]
    }
  }
}

Or install with pip: pip install md-vision-mcp

README Excerpt

stdio MCP server with two read-only tools for agentic RAG over markdown documentation: - **read_md_with_images** — return markdown with referenced images as interleaved image blocks. Avoids an extra tool call for each image to read. Optionally scoped to a specific section or line range. - **index_md** — return a compact heading index for a file, URL, or folder of markdown files. Used to dynamically index files for targeted reads.

Tools (4)

line_rangemax_imagessectionuri

Topics

agentic-aiagentic-ragcontext-engineeringmarkdownmcp-servermcp-tools