[ MCP_NODE_3837 ]

markitdown

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Convert various file formats (PDF, Word, Excel, images, audio) to Markdown.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "markitdown-en": {
            "description": "Convert various file formats (PDF, Word, Excel, images, audio) to Markdown.",
            "command": "docker",
            "args": [
                "run",
                "--rm",
                "-i",
                "markitdown-mcp:latest"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.