mcp-server-indy-compta

stephaneberle9/mcp-server-indy-compta
★ 0 stars Unknown language 🤖 AI/LLM Updated today
MCP server exposing the Indy.fr accounting API as tools for LLM agents. List transactions, attach invoices, query VAT configuration and bank accounts — all from Claude or any MCP-compatible client. Unofficial, not affiliated with Indy.fr SAS.
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": {
    "mcp-server-indy-comp": {
      "command": "npx",
      "args": [
        "-y",
        "stephaneberle9/mcp-server-indy-compta"
      ]
    }
  }
}