gallica-mcp

nestordemeure/gallica-mcp
★ 1 stars Python Search Updated today
MCP server for Gallica.bnf.fr
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": {
    "gallica-mcp": {
      "command": "uvx",
      "args": [
        "gallica-mcp"
      ]
    }
  }
}

Or install with pip: pip install gallica-mcp

README Excerpt

MCP server for [Gallica](https://gallica.bnf.fr/), the digital library of the Bibliothèque nationale de France (BnF). Search and access OCR text from millions of digitized documents: - **search_gallica**: Text search with boolean operators (AND, OR, NOT), exact phrase matching with quotes, and parentheses for grouping. Returns paginated results (50 docs/page) with metadata.

Topics

gallicamcp-server