PDF to Markdown (pdf2md.dev) for Claude Desktop
dev.pdf2md/pdf-to-markdown
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
client:Claude Desktop
transport:streamable-http
Install PDF to Markdown (pdf2md.dev) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pdf-to-markdown": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pdf2md.dev/api/v2/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs