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).
Run
uvx docalyze-mcp-server
MCP client config
{
"mcpServers": {
"docalyze-mcp-server": {
"command": "uvx",
"args": [
"docalyze-mcp-server"
]
}
}
}Run
npx -y docalyze-mcp-server
MCP client config
{
"mcpServers": {
"docalyze-mcp-server": {
"command": "npx",
"args": [
"-y",
"docalyze-mcp-server"
]
}
}
}