Bring Kubit into your AI workflow — query your warehouse with natural language
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-kubit-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Warehouse-native analytics meets conversational AI
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / analytics
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Server for GCP environment for interacting with various Observability APIs.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for ai.kubit/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Warehouse-native analytics meets conversational AI
Bring the full power of Kubit directly into your AI workflow. Query, analyze, and explore your data warehouse through natural language—no complex syntax required.
The Kubit MCP (Model Context Protocol) server transforms how teams interact with their analytics platform. By connecting your AI assistant to Kubit, you can:
Beta Notice
This server is under active development. You may encounter bugs, performance issues, or rate limits as we continue to improve the platform.
| Requirement | Description |
|---|---|
| Kubit Account | Active access to a Kubit organization |
| AI Client | MCP-compatible tool (Claude, Cursor, etc.) |
| Permissions | Schema access in your Kubit workspace |
Setting up the Kubit MCP server is straightforward:
https://mcp.kubit.ai/mcpNote: Check your AI client's documentation for specific MCP server setup instructions.
The server uses OAuth 2.0 authentication and respects your existing Kubit permissions. You'll only see data from schemas you already have access to—no additional permissions needed.
Your AI assistant gains access to five powerful tools:
| Tool | Purpose |
|---|---|
getUserContext | Initialize session and retrieve available schemas |
getSchema | Explore events, properties, and dimensions in detail |
createReport | Generate and execute analytical queries |
getRawData | Export CSV data from existing reports |
searchKubit | Find reports and dashboards across your org |
"Show me conversion funnel for mobile app sign-ups in the last quarter"
"What are the most popular features used by premium users?"
"How has user retention changed month-over-month?"
"What are the top events by volume this week?"
"Show me user engagement trends for the last 30 days"
"Compare conversion rates across different traffic sources"
"What events and properties are available in the mobile app schema?"
"Show me all custom properties for the checkout event"
"What dimensions can I use for user segmentation?"
Here's how most analysis sessions flow:
Initialize → Explore → Search → Create → Export
getUserContext to see available schemasgetSchema to understand events and propertiessearchKubit for existing analysesgetRawData for external analysisBe Specific
Include time ranges, events, and segments in your questions.
- "Show me users"
+ "Show me active users in the US who signed up last month"
Provide Context
Explain what you're trying to understand.
- "What's the conversion rate?"
+ "What's the conversion rate from free trial to paid for users who engaged with feature X?"
Reference Schemas
Use schema names when working with multiple data sources.
- "Show me sign-up events"
+ "In the mobile_events schema, show me sign-up events"