docalyze for Cursor
io.github.lunarperovskite/docalyze
Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.
client:Cursor
transport:stdio
runtime:pypi
Install docalyze in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docalyze": {
"type": "stdio",
"command": "uvx",
"args": [
"docalyze-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs