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
By microsoft
Installation
npx -y markitdownConfiguration
{
"mcpServers": {
"markitdown": {
"command": "npx",
"args": ["-y", "markitdown"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes