BnF API Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BnF API Servercreate a report on French Revolution art with images"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BnF API Server
A Model-Client-Protocol (MCP) server to access the Gallica API of the National Library of France (BnF) and generate sequential search reports.
Features
Search in Gallica : Search for documents, images, maps and other resources in the Gallica digital library
Sequential Reporting : Automatically create structured research reports on any topic
Chart Integration : Inclusion of relevant images and maps in generated reports
Formatted Citations : Automatic generation of bibliographies with correctly formatted citations
Related MCP server: gallica-mcp
Facility
Prerequisites
Python 3.8 or higher
Pip (Python package manager)
Installation Steps
Clone the repository :
git clone https://github.com/votre-nom/mcp-bnf.git cd mcp-bnfInstall dependencies :
pip install -r requirements.txt
Configuration with Claude Desktop
Install Claude Desktop if you haven't already.
Open Claude Desktop configuration :
Access Claude Desktop Settings
Open the configuration file (usually located at
%APPDATA%\Claude\claude_desktop_config.json)
{
"bnf": {
"command": "py",
"args": [
"c:\\chemin\\vers\\mcp-bnf\\bnf_server.py"
],
"cwd": "c:\\chemin\\vers\\mcp-bnf"
},Replace chemin\\vers\\mcp-bnf with the actual path to your installation directory.
Save the configuration file and restart Claude Desktop
MCP Tools Available
Once configured, the following tools will be available in Claude Desktop:
Search in Gallica
Allows you to search for documents in the BnF's Gallica digital library using different criteria (title, author, subject, date, document type).
Generation of sequential reports
Create comprehensive research reports on any topic using Gallica sources. Reports include:
A formatted bibliography
An introduction
A historical context
An analysis
A conclusion
Relevant images and maps (optional)
Project structure
mcp-bnf/
│
├── bnf_server.py # Serveur MCP principal
├── requirements.txt # Dépendances du projet
│
└── bnf_api/ # Package API BnF
├── __init__.py # Exports du package
├── api.py # Client API Gallica BnF
├── search.py # Fonctions de recherche
├── config.py # Constantes et configuration
└── sequential_reporting.py # Outil de génération de rapports séquentielsUse
Once configured with Claude Desktop, you can instruct Claude to use BnF tools to:
Search for documents :
"Search for books on Victor Hugo in Gallica"
"Find maps of 19th century Paris"
Generate reports :
"Create a report on Impressionism in France"
"Generates a report on the history of Lebanon under French mandate with images"
Development
To contribute to the project:
Fork the repository
Create a branch for your feature (
git checkout -b feature/nouvelle-fonctionnalite)Commit your changes (
git commit -am 'Ajouter une nouvelle fonctionnalité')Push to branch (
git push origin feature/nouvelle-fonctionnalite)Create a Pull Request
License
This project is open source.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables access to the Gallica digital library of the Bibliothèque nationale de France (BnF) with search capabilities across titles, authors, subjects, and dates, plus retrieval of document metadata, IIIF images, and OCR text content.12
- AlicenseAqualityBmaintenanceEnables searching and accessing OCR text from millions of digitized documents in Gallica, the digital library of the Bibliothèque nationale de France, through MCP tools for text search, snippet retrieval, and full-text download.31Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables searching documents in Gallica, the digital library of the Bibliothèque nationale de France, and generating structured research reports with citations and images.
- AlicenseBqualityCmaintenanceA Model Context Protocol server for searching and downloading academic papers from multiple free and public sources, enabling LLM-driven academic research workflows.57MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Multi-engine scholarly research server for search, traversal, full text, and reading lists.
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kryzo/mcp-bibliotheque_nationale_de_France'
If you have feedback or need assistance with the MCP directory API, please join our Discord server