Pour utiliser OpenLegi MCP avec Claude Desktop, ajoutez cette configuration dans votre fichier claude_desktop_config.json :
Claude Desktop
Ajoutez cette configuration dans ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) ou %APPDATA%\Claude\claude_desktop_config.json (Windows) :
{
"mcpServers": {
"MCP Legifrance": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.openlegi.fr/legifrance/mcp?token=YOUR_TOKEN_HERE"
]
}
}
}