An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files
claude mcp add mcp_documents_reader -- uvx mcp-documents-reader
claude_desktop_config.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp_documents_reader": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.xt765--mcp_documents_reader/reviews or the review_server meta-tool.
POST /mcp