markitdown
v1.6.0Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server
By MicrosoftLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install markitdown for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add markitdown@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “markitdown” remain stable.
- Codex:
markitdown@agent-plugin-marketplace→markitdown@pleaseai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/markitdown/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/markitdown/SKILL.md└── .mcp.json
Included Skills1
Convert documents to Markdown using MarkItDown MCP tools. Use when the user wants to convert PDF, read PPTX, extract text from DOCX, convert document to markdown, or mentions .pdf/.docx/.pptx/.xlsx/.xls/.ppt/.doc files for reading or conversion. Triggers on phrases like "convert to markdown", "read this document", "extract text from", "parse this file" with binary document formats.
MCP servers1
- command
- uvx
- args
- markitdown-mcp
Plugin manifests2
{
"name": "markitdown",
"version": "1.6.0",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"interface": {
"displayName": "Markitdown",
"shortDescription": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"longDescription": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"developerName": "Microsoft",
"category": "Tooling",
"capabilities": [
"Tool"
],
"defaultPrompt": [
"Use Markitdown for my current task."
],
"websiteURL": "https://github.com/microsoft/markitdown"
},
"homepage": "https://github.com/microsoft/markitdown",
"repository": "https://github.com/microsoft/markitdown",
"license": "MIT",
"keywords": [
"markitdown",
"pdf",
"docx",
"pptx",
"images",
"markdown",
"conversion"
],
"mcpServers": "./.mcp.json"
}{
"name": "markitdown",
"version": "1.6.0",
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"homepage": "https://github.com/microsoft/markitdown",
"repository": "https://github.com/microsoft/markitdown",
"license": "MIT",
"keywords": [
"markitdown",
"pdf",
"docx",
"pptx",
"images",
"markdown",
"conversion"
],
"mcpServers": {
"markitdown": {
"command": "uvx",
"args": [
"markitdown-mcp"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[markitdown on Agent Plugins Marketplace](https://pluginsmp.com/plugins/markitdown)