📦 Installation — Secrétariat Juridique MCP — Cabinet
Version 0.1.0 · 13 KB · Catégorie Cabinet d'avocats
Type d'installation : Serveur MCP natif (config Claude Desktop à patcher)
Fichier à télécharger
secretariat-juridique-mcp-bundle.tar.gz
— 13 KB
URL directe : https://pharmaia.fr/jaap/skills/secretariat-juridique-mcp-bundle.tar.gz
🍎 Installation sur macOS
⚠️ Pré-requis : Homebrew installé. Pour les MCPs avec recherche locale (BOFiP), Ollama sera installé automatiquement.
-
Ouvrir le Terminal et coller ce bloc complet :
cd ~ curl -fsSL https://pharmaia.fr/jaap/skills/secretariat-juridique-mcp-bundle.tar.gz -o /tmp/install-bundle.tar.gz tar -xzf /tmp/install-bundle.tar.gz cd secretariat-juridique-mcp chmod +x install.sh ./install.sh -
Le script
install.shva :- Vérifier/installer Node.js 22 LTS via Homebrew
- Vérifier/installer Ollama si nécessaire
- Télécharger les dépendances
npm install - Patcher automatiquement
~/Library/Application Support/Claude/claude_desktop_config.json(backup créé)
- Quitter Claude Desktop avec ⌘ + Q puis le relancer.
- Vérification : dans une conversation, cliquer sur l'icône MCP en bas à droite → le serveur secretariat-juridique doit apparaître dans la liste.
🪟 Installation sur Windows
⚠️ Pré-requis : Windows 10/11. Node.js et Ollama sont installés automatiquement par le script (Node via winget, Ollama via prompt manuel si absent).
- Autoriser PowerShell à exécuter le script localement (une seule fois). Ouvrir PowerShell et lancer :
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned -
Ouvrir PowerShell (touche Windows → taper "PowerShell" → Entrée) et coller ce bloc complet :
cd $env:USERPROFILE Invoke-WebRequest -Uri "https://pharmaia.fr/jaap/skills/secretariat-juridique-mcp-bundle.tar.gz" -OutFile "$env:TEMP\install-bundle.tar.gz" tar -xzf "$env:TEMP\install-bundle.tar.gz" cd secretariat-juridique-mcp .\install.ps1 -
Le script
install.ps1va :- Vérifier/installer Node.js LTS via winget (si absent)
- Demander d'installer Ollama si absent (lien direct OllamaSetup.exe)
- Pull du modèle
embeddinggemma(si MCP BOFiP) - Patcher automatiquement
%APPDATA%\\Claude\\claude_desktop_config.json(backup créé)
- Quitter Claude Desktop (clic droit icône zone de notification → Quitter) puis relancer.
- Vérification : icône MCP en bas à droite → secretariat-juridique doit apparaître.
🆘 Aide / Dépannage
Je ne vois pas le skill ou le MCP après installation
Vérifie que tu as bien quitté Claude Desktop complètement (pas juste fermé la fenêtre) : macOS = ⌘ + Q, Windows = clic droit icône zone de notification → Quitter. Puis relance Claude Desktop.
Erreur "command not found" dans le Terminal
macOS : vérifier que Homebrew est dans le PATH echo $PATH. Si Homebrew est absent : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)".
Windows : vérifier que Node.js et Ollama sont installés via node --version et ollama --version.
Erreur lors du npm install
macOS : xcode-select --install (installe les Command Line Tools si manquants).
Windows : redémarrer PowerShell après l'installation de Node.js pour rafraîchir le PATH.
Support direct
Écris à support@pharmaliftsolutions.com avec une capture d'écran de l'erreur. Réponse sous 24h ouvrées.