Document-Search-MCP-server

bpweatherill/Document-Search-MCP-server
★ 0 stars Python Code/Dev Tools Updated 6d ago
A read-only MCP server for local document access (Word, PDF, Excel, CSV, Visio, PNG, JPG).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "document-search-mcp-": {
      "command": "uvx",
      "args": [
        "document-search-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install document-search-mcp-server

README Excerpt

A **local MCP server** that provides read-only access to documents (Word, PDF, Excel, CSV, Visio, PNG, JPG, PowerPoint, Text, Markdown, EPUB) via the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol). - **Read-only access**: Enforced at the code level. - **Recursive scanning**: Scans all subdirectories of configured directories.

Tools (3)

INFOinitializeping