← Back to Plugins
MCP Server MCP

Mdkit

github By github 👁 3 views ▲ 0 votes

Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.mdkit.online/mcp/",
      "headers": [
        {
          "description": "Optional API key; the anonymous tier works without it",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...