Connect Claude, ChatGPT, Gemini, and other MCP-enabled AI clients directly to your business data using AgenticBI.
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"
]
}
}
}
Run in terminal:
claude mcp add agenticbi-mcp-server npx -y AgenticBIHQ/agenticbi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenticbi-mcp-server": {
"command": "npx",
"args": [
"-y",
"AgenticBIHQ/agenticbi-mcp-server"
]
}
}
}