What is the MCP Document Reader MCP server?
An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files
How to install MCP Document Reader
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp_documents_reader": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}Claude Code
claude mcp add mcp_documents_reader -- uvx mcp-documents-readerRelated MCP servers
Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
View repository →