Skip to content
VS Code

mcp document converter for VS Code

io.github.xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

client:VS Code transport:stdio runtime:pypi

Install mcp document converter in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-document-converter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}

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

mcp document converter in other clients