Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,17 @@ docker build -t markitdown:latest .
docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
```

### Use with AI Agents

To use MarkItDown from AI applications and agents:

- **MCP server** — [`packages/markitdown-mcp`](packages/markitdown-mcp) provides an official Model Context Protocol server exposing MarkItDown as a tool (e.g., for Claude Desktop).
- **Agent Skills (community)** — for CLI-based coding agents (Claude Code and other agents supporting the [Agent Skills](https://agentskills.io) format), community-maintained skills teach the agent to invoke the `markitdown` CLI when reading documents:
- [coroboros/agent-skills](https://github.com/coroboros/agent-skills) (see [#1810](https://github.com/microsoft/markitdown/issues/1810))
- [raccioly/markitdown-skill](https://github.com/raccioly/markitdown-skill)

Community tools are not maintained or endorsed by the MarkItDown team.

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand Down