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.
Latest Blog Posts
- 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