Skip to content
VS Code

Mdkit for VS Code

online.mdkit/mdkit

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

client:VS Code transport:streamable-http

Install Mdkit in VS Code

.vscode/mcp.json

{
  "servers": {
    "mdkit": {
      "type": "http",
      "url": "https://api.mdkit.online/mcp/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mdkit in other clients