Odel
docalyze mcp server

docalyze mcp server

Local
@lunarperovskitePythonMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdocalyze-mcp-serverv0.2.1

Run

uvx docalyze-mcp-server

MCP client config

{
  "mcpServers": {
    "docalyze-mcp-server": {
      "command": "uvx",
      "args": [
        "docalyze-mcp-server"
      ]
    }
  }
}
npmdocalyze-mcp-serverv0.2.1

Run

npx -y docalyze-mcp-server

MCP client config

{
  "mcpServers": {
    "docalyze-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "docalyze-mcp-server"
      ]
    }
  }
}