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 ServerRecherche des livres de Victor Hugo dans Gallica"
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
Un serveur MCP (Model-Client-Protocol) pour accéder à l'API Gallica de la Bibliothèque nationale de France (BnF) et générer des rapports de recherche séquentiels.
Fonctionnalités
Recherche dans Gallica : Recherche de documents, images, cartes et autres ressources dans la bibliothèque numérique Gallica
Génération de rapports séquentiels : Création automatique de rapports de recherche structurés sur n'importe quel sujet
Intégration de graphiques : Inclusion d'images et de cartes pertinentes dans les rapports générés
Citations formatées : Génération automatique de bibliographies avec citations correctement formatées
Related MCP server: Academia MCP
Installation
Prérequis
Python 3.8 ou supérieur
Pip (gestionnaire de paquets Python)
Étapes d'installation
Cloner le dépôt:
git clone https://github.com/votre-nom/mcp-bnf.git cd mcp-bnfInstaller les dépendances:
pip install -r requirements.txt
Configuration avec Claude Desktop
Installer Claude Desktop si ce n'est pas déjà fait.
Ouvrir la configuration de Claude Desktop:
Accéder aux paramètres de Claude Desktop
Ouvrir le fichier de configuration (généralement situé à
%APPDATA%\Claude\claude_desktop_config.json)
{
"bnf": {
"command": "py",
"args": [
"c:\\chemin\\vers\\mcp-bnf\\bnf_server.py"
],
"cwd": "c:\\chemin\\vers\\mcp-bnf"
},Remplacez chemin\\vers\\mcp-bnf par le chemin réel vers votre répertoire d'installation.
Enregistrer le fichier de configuration et redémarrer Claude Desktop
Outils MCP disponibles
Une fois configuré, les outils suivants seront disponibles dans Claude Desktop:
Recherche dans Gallica
Permet de rechercher des documents dans la bibliothèque numérique Gallica de la BnF en utilisant différents critères (titre, auteur, sujet, date, type de document).
Génération de rapports séquentiels
Crée des rapports de recherche complets sur n'importe quel sujet en utilisant les sources de Gallica. Les rapports incluent:
Une bibliographie formatée
Une introduction
Un contexte historique
Une analyse
Une conclusion
Des images et cartes pertinentes (optionnel)
Structure du projet
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équentielsUtilisation
Une fois configuré avec Claude Desktop, vous pouvez demander à Claude d'utiliser les outils BnF pour:
Rechercher des documents:
"Recherche des livres sur Victor Hugo dans Gallica"
"Trouve des cartes de Paris du 19ème siècle"
Générer des rapports:
"Crée un rapport sur l'impressionnisme en France"
"Génère un rapport sur l'histoire du Liban sous mandat français avec des images"
Développement
Pour contribuer au projet:
Forker le dépôt
Créer une branche pour votre fonctionnalité (
git checkout -b feature/nouvelle-fonctionnalite)Committer vos changements (
git commit -am 'Ajouter une nouvelle fonctionnalité')Pousser vers la branche (
git push origin feature/nouvelle-fonctionnalite)Créer une Pull Request
Licence
Ce projet est 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
- Flicense-qualityDmaintenanceA Model-Client-Protocol server that enables users to search the Gallica digital library of the National Library of France and generate structured sequential research reports with formatted citations and relevant images.Last updated11
- Alicense-qualityCmaintenanceEnables searching, fetching, and analyzing scientific papers from ArXiv, ACL Anthology, Semantic Scholar, and Hugging Face datasets, with optional LLM-powered document QA and research proposal workflows.Last updated90Apache 2.0
- 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.Last updated12
- 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.Last updated31Apache 2.0
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel…
Search French and European case law and French legal texts (codes, statutes, treaties).
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/iflow-mcp/mcp-bibliotheque_nationale_de_France'
If you have feedback or need assistance with the MCP directory API, please join our Discord server