Home/Directory/AI & ML/Markitdown

Markitdown

@microsoft · github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp

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

ClaimedAI & MLstdioToolslocal no-auth
GitHub

Install one command

terminal
$ pip install -e 'packages/markitdown[all]'

Or add it with the Claude CLI: claude mcp add microsoft-markitdown

Tools exposed 5 tools

convert_
convert_stream
convert_local
cu_file_types
convert_response

Configuration generate & copy

claude_desktop_config.json
{
  "mcpServers": {
    "microsoft-markitdown": {
      "command": "pip",
      "args": ["install", "-e", "'packages/markitdown[all]'"]
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in AI & ML
Compare
@upstash

Up-to-date code documentation for LLMs and AI code editors.

AI & MLstdioRead-only auth
57.1k6d ago3 toolslocal
$npx ctx7 setup
Compare
@eyaltoledano

AI-powered task management system for AI-driven development.

AI & MLstdioWrite auth
27.4k2mo ago15 toolslocal
$npx task-master init
Compare
@oraios

A fully-featured coding agent that relies on symbolic code operations by using language servers.

AI & MLHTTPExecute no-auth
25.2k6d ago4 toolslocal
Install command unavailable — see repo