French Law MCP 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., "@French Law MCP Serverfind decisions on labor law from 2023"
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.
Serveur MCP Droit Français
Serveur MCP (Model Context Protocol) pour interroger les API publiques du droit français : Légifrance et JudiLibre.
Basé sur le projet DroitFrancaisMCP de Jean-Michel Tanguy.
Fonctionnalités
Légifrance
rechercher_legifrance() : Recherche multi-critères dans tous les fonds juridiques
consulter_legifrance() : Récupération du texte intégral avec métadonnées
JudiLibre
rechercher_jurisprudence_judilibre() : Recherche de décisions avec filtres avancés
consulter_decision_judilibre() : Récupération du texte complet d'une décision
obtenir_taxonomie_judilibre() : Accès aux valeurs valides des filtres
Related MCP server: Droit Français MCP
Prérequis
Python 3.8+
Compte PISTE : s'inscrire sur piste.gouv.fr
S'abonner aux API Légifrance et JudiLibre
Valider les conditions d'utilisation
Installation
# Cloner le repo
git clone <repo-url>
cd Legal
# Créer un environnement virtuel
python -m venv venv
source venv/bin/activate # Linux/macOS
# Installer les dépendances
pip install -e ".[dev]"
# Configurer les identifiants
cp .env.example .env
# Éditer .env avec vos identifiants PISTEConfiguration
Copier .env.example vers .env et renseigner vos identifiants PISTE :
PISTE_CLIENT_ID=votre_client_id
PISTE_CLIENT_SECRET=votre_client_secretUtilisation avec Claude Desktop
Ajouter dans la configuration MCP de Claude Desktop :
{
"mcpServers": {
"droit-francais": {
"command": "python",
"args": ["<chemin>/droit_francais_MCP.py"]
}
}
}Tests
pytest test_api_legifrance.py -v -m integration
pytest test_api_judilibre.py -v -m integrationLicence
MIT License - Copyright (c) 2025 Jean-Michel Tanguy
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
- Alicense-qualityDmaintenanceProvides access to official French legal databases (Légifrance and JudiLibre) to search and retrieve French legislation, legal codes, case law, and judicial decisions through authenticated APIs.Last updated27MIT
- Alicense-qualityDmaintenanceProvides access to official French legal databases (Légifrance and JudiLibre) for searching and consulting French legislation, judicial codes, case law, official journal publications, and court decisions.Last updated27MIT
- Alicense-qualityFmaintenanceEnables AI assistants to search and retrieve French legislation, case law, and EU law integrations from official sources via MCP.Last updated4221Apache 2.0

LexAPI MCPofficial
AlicenseAqualityBmaintenanceEnables querying EU legal documents, case law, and citation graphs through natural language using the LexAPI.Last updated10483MIT
Related MCP Connectors
Search French and European case law and French legal texts (codes, statutes, treaties).
Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
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/BenjoNX/Legal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server