Back to MCP Servers

Markitdown

MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.

file-systemsllm

Installation

npx -y markitdown

Configuration

{
  "mcpServers": {
    "markitdown": {
      "command": "npx",
      "args": ["-y", "markitdown"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub