Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.
MCPpedia last refreshed this data
online.mdkit/mdkit is an MCP server that Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown. Its tool list has not been published yet, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mdkit": {
"url": "https://api.mdkit.online/mcp/"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Convert documents (PDF, Office, HTML) into clean, LLM-ready Markdown and JSON.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
MCP server for document format conversion using pandoc.
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.
MCP Security Weekly
Get CVE alerts and security updates for online.mdkit/mdkit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Turn PDFs, Office docs and HTML into clean, LLM-ready Markdown and JSON — with one API call or one MCP tool call.
mdkit converts documents — PDF, Word, PowerPoint, Excel and HTML — into clean, LLM-ready Markdown and JSON over a simple REST API and an MCP server, so developers can feed real-world documents straight into a model or a RAG pipeline without hand-cleaning them. Small files convert synchronously in one call; larger jobs run through an async job queue with polling and signed webhooks. Free tier to try it, metered credits for volume. An alternative to Jina Reader, Firecrawl, Docling, MarkItDown and Unstructured.
Streamable-HTTP endpoint: https://api.mdkit.online/mcp/ — the anonymous
tier works without a key; an API key raises the limits.
Claude Code:
claude mcp add --transport http mdkit https://api.mdkit.online/mcp/
Cursor / Windsurf / Cline / Claude Desktop:
{
"mcpServers": {
"mdkit": {
"url": "https://api.mdkit.online/mcp/"
}
}
}
One-click installs for every client: https://mdkit.online/connect
Base URL https://api.mdkit.online/ — authenticate with an X-API-Key header;
anonymous calls work at a lower rate limit.