ai_mcp_server

Mohamed8Ebrahim/ai_mcp_server
★ 0 stars Python AI/LLM Updated today
AI MCP Server for Odoo 17 — connect Claude & AI assistants to your Odoo database securely.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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