Skip to content
VS Code

MCP Document Reader for VS Code

io.github.xt765/mcp_documents_reader

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

client:VS Code transport:stdio runtime:pypi

Install MCP Document Reader in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp_documents_reader": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-documents-reader"
      ]
    }
  }
}

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

MCP Document Reader in other clients