- DocPurify - AI-calibrated Document to Markdown
DocPurify - AI-calibrated Document to Markdown
AI-calibrated document to Markdown converter. Get your free API key at docpurify.com/mcp. Supports PDF, Office docs, images with structure-aware extraction, AI calibration, table preservation, and smart cleanup.
Overview
DocPurify MCP Server
Turn PDF, Office documents, text files, and images into cleaner, more structured Markdown — optimized for AI and knowledge workflows.
🔑 Get your free API key: https://docpurify.com/mcp
✨ Key Features
- AI Content Calibration — AI-powered review for structure, content accuracy, and formatting
- Table-aware Extraction — Preserves tables, headings, reading order, and TOC reliably
- Smart Cleanup — Removes irrelevant images, fixes OCR drift, and cleans noisy artifacts
- Auto Translation — Optional AI translation pass for multilingual workflows
- Multi-format Support — PDF, DOCX, PPTX, TXT, Markdown, and images
- RAG-ready — Perfect for downstream prompting and knowledge ingestion
🚀 Installation
- Get your MCP API key from https://docpurify.com/mcp
- Add this config to your MCP client:
{
"mcpServers": {
"docpurify": {
"command": "npx",
"args": ["-y", "@docpurify/mcp-server"],
"env": {
"DOCPURIFY_MCP_KEY": "your-api-key-here"
}
}
}
}
🔗 Official Links
- 🌐 Website: https://docpurify.com
- 🔑 Get API key: https://docpurify.com/mcp
- 📚 Documentation: https://docpurify.com/docs/mcp-guide
- 🐙 GitHub: https://github.com/Logan6666/docpurify-skill
Server Config
{
"mcpServers": {
"docpurify": {
"command": "npx",
"args": [
"-y",
"@docpurify/mcp-server"
],
"env": {
"DOCPURIFY_MCP_KEY": "<YOUR_API_KEY>"
}
}
}
}Project Info
Created At
a day agoUpdated At
a day agoAuthor Name
Logan6666Star
-Language
-License
-Recommend Servers
View Allmcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
a year ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago