Local-Docs-MCP-Tool

Baronco/Local-Docs-MCP-Tool
★ 2 stars Python 🧠 Memory/Knowledge Updated 28d ago
A Model Context Protocol (MCP) server for interacting with local documents on Windows systems. This server provides tools to list, load, and process documents with support for OCR on scanned PDFs.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-docs-mcp-tool": {
      "command": "uvx",
      "args": [
        "local-docs-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install local-docs-mcp-tool