jalex-mcp-server

kreestof1/jalex-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 16d ago
Serveur MCP (Model Context Protocol) Python pour exposer les données financières de Jalex Consulting (devis, factures, contrats) à des LLMs (Claude, Copilot, etc.) de manière sécurisée et déterministe.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jalex-mcp-server": {
      "command": "uvx",
      "args": [
        "jalex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jalex-mcp-server