MCP Document Reader for Cursor
io.github.xt765/mcp_documents_reader
An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files
client:Cursor
transport:stdio
runtime:pypi
Install MCP Document Reader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp_documents_reader": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs