DocPurify - AI-calibrated Document to Markdown

Created By
Logan6666a day ago
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

  1. Get your MCP API key from https://docpurify.com/mcp
  2. Add this config to your MCP client:
{
  "mcpServers": {
    "docpurify": {
      "command": "npx",
      "args": ["-y", "@docpurify/mcp-server"],
      "env": {
        "DOCPURIFY_MCP_KEY": "your-api-key-here"
      }
    }
  }
}

Server Config

{
  "mcpServers": {
    "docpurify": {
      "command": "npx",
      "args": [
        "-y",
        "@docpurify/mcp-server"
      ],
      "env": {
        "DOCPURIFY_MCP_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
a day ago
Updated At
a day ago
Author Name
Logan6666
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago