Skip to content
Grok

md-vision for Grok

io.github.japlete/md-vision

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

client:Grok transport:stdio runtime:npm

Install md-vision in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "md-vision": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "md-vision"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

md-vision in other clients