streamable-httpMITupdated 23d ago
Turn PDFs, Office docs and HTML into clean, LLM-ready Markdown and JSON — with one API call or one MCP tool call.
Mdkit 能做什么?
Mdkit
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.
Links
- Website: https://mdkit.online/go/github
- API docs: https://api.mdkit.online/docs · OpenAPI
- Pricing: https://mdkit.online/pricing
- Convert HTML free: https://mdkit.online/tools/html-to-markdown
- llms.txt: https://mdkit.online/llms.txt
MCP server
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
API
Base URL https://api.mdkit.online/ — authenticate with an X-API-Key header;
anonymous calls work at a lower rate limit.
安装
把 Mdkit 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http mdkit https://api.mdkit.online/mcp/codex mcp add mdkit --url https://api.mdkit.online/mcp/{
"mcpServers": {
"mdkit": {
"url": "https://api.mdkit.online/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mdkit": {
"type": "http",
"url": "https://api.mdkit.online/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mdkit": {
"url": "https://api.mdkit.online/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mdkit": {
"serverUrl": "https://api.mdkit.online/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月30日 |