Skip to content
VS Code

docalyze for VS Code

io.github.lunarperovskite/docalyze

Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.

client:VS Code transport:stdio runtime:pypi

Install docalyze in VS Code

.vscode/mcp.json

{
  "servers": {
    "docalyze": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docalyze-mcp-server"
      ]
    }
  }
}

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

docalyze in other clients