file2markdown for Claude Desktop
ai.file2markdown/file2markdown
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
client:Claude Desktop
transport:streamable-http
tools:4
Install file2markdown in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"file2markdown": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.file2markdown.ai/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