md-vision for Cursor
io.github.japlete/md-vision
Read markdown with inlined images and index headings for agentic RAG workflows.
client:Cursor
transport:stdio
runtime:npm
Install md-vision in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"md-vision": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"md-vision"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs