agenticbi-mcp-server

AgenticBIHQ/agenticbi-mcp-server
★ 0 stars Unknown language AI/LLM Updated 1mo ago
Connect Claude, ChatGPT, Gemini, and other MCP-enabled AI clients directly to your business data using AgenticBI.
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": {
    "agenticbi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AgenticBIHQ/agenticbi-mcp-server"
      ]
    }
  }
}