Markitdown Mcp Npx
Freeby MCP Community
NPX wrapper for Microsoft's MarkItDown MCP server - run without Docker. Provides the same file conversion capabilities (PDF, Word, Excel, images, etc.) as the o
v1.0.3Added Apr 12, 2026
markitdownmcpmarkdownconvertermicrosoft
Markitdown Mcp Npx MCP Server
NPX wrapper for Microsoft's MarkItDown MCP server - run without Docker. Provides the same file conversion capabilities (PDF, Word, Excel, images, etc.) as the o
Installation
Reviews
Installation
Quick install
npx -y markitdown-mcp-npx
Add to claude_desktop_config.json
{
"mcpServers": {
"markitdown-mcp-npx": {
"command": "npx",
"args": ["-y", "markitdown-mcp-npx"]
}
}
}