cegid-mcp
Click on "Deploy 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., "@cegid-mcplist recent invoices from the accounting module"
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.
cegid-mcp
Serveur MCP open source pour les API Cegid, maintenu par Nijal AI.
Objectif : exposer les ressources Cegid (comptabilité, tiers, pièces, RH selon le produit ciblé) sous forme d'outils MCP consommables par un agent LLM.
⚠️ Projet en amorçage — le squelette est en place, les outils métier restent à implémenter.
Stack
Python ≥ 3.11
mcp(FastMCP),httpx,pydantic-settingsTransport : stdio (HTTP/SSE à évaluer)
Related MCP server: Pacioli
Démarrage
uv sync --extra dev
cp .env.example .env # renseigner les credentials
uv run cegid-mcpTest rapide avec l'inspecteur MCP :
npx @modelcontextprotocol/inspector uv run cegid-mcpConfiguration
Toutes les variables sont préfixées CEGID_ (voir .env.example). Auth : OAuth2 client_credentials sur le endpoint /token, puis Authorization: Bearer <token>. Certains produits Cegid exigent en plus une clé de souscription APIM.
Doc de référence : https://developers.cegid.com
Structure
src/cegid_mcp/
config.py # settings via env
client.py # client HTTP + OAuth2 (à implémenter)
server.py # déclaration des outils MCP
tests/Roadmap (à affiner)
Auth OAuth2 : token, cache, refresh, gestion des erreurs
Choisir le périmètre v0 (quel produit Cegid : Expert / XRP Flex / Loop / Retail ?)
3-4 outils en lecture seule sur ce périmètre
Outils en écriture + garde-fous (confirmation, dry-run)
Licence
MIT — voir LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceAn open-source implementation of the Model Context Protocol (MCP) that bridges AI agents with enterprise systems, enabling secure access to real-world data and capabilities.6-
- AlicenseAqualityDmaintenanceMCP server that connects Claude Code to the Holded API for natural language financial, accounting, and invoicing queries, with built-in Spanish PGC context.132Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server enabling AI agents to interact with workplace tools like GitHub, GitLab, Jira, Notion, and more via the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that exposes French public APIs (Data Inclusion, Légifrance, La Bonne Alternance) as tools for LLMs, enabling social, legal, and employment assistance.4MIT