The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Kubit listing page.
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 |
Here's how most analysis sessions flow:
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.
Provide Context
Explain what you're trying to understand.
Reference Schemas
Use schema names when working with multiple data sources.
Break It Down
Complex analyses work better as multiple focused questions.
searchKubit first - Leverage existing analyses before creating new reportsgetRawData when you need detailed external analysis| Consideration | What It Means |
|---|---|
| Permission Model | You can only access schemas you're authorized to view |
| AI Processing | Third-party AI models will process your query data |
| Policy Review | Confirm your organization allows AI-assisted data analysis |
Authentication Failures
Verify your Kubit credentials and organization name
No Schemas Available
Check that you have access to at least one schema in Kubit
Connection Errors
Confirm you're using the correct server URL: https://mcp.kubit.ai/mcp
Report Generation Issues
Verify the schema and events you're referencing exist using getSchema
getSchema to confirm available events and propertiesDocumentation
docs.kubit.ai - Complete platform documentation
Customer Success
Contact your Kubit customer success team for assistance
About Kubit
kubit.ai - Learn more about warehouse-native analytics
MCP Protocol
modelcontextprotocol.io - Explore the Model Context Protocol