Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
24/100
Avoid
Flags
  • !No standard license detected
  • !Inactive (>180d)
  • !No description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Kubit-AI/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Kubit-AI/mcp-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Kubit MCP Server

**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.

---

## What is Kubit MCP?

The Kubit MCP (Model Context Protocol) server transforms how teams interact with their analytics platform. By connecting your AI assistant to Kubit, you can:

- **Explore schemas** - Discover events, properties, and dimensions in natural language
- **Generate reports** - Create analytical queries through conversation
- **Export data** - Pull raw data in CSV format for deep analysis  
- **Search content** - Find existing reports and dashboards instantly
- **Ask questions** - Get insights without learning query syntax

> **Beta Notice**
> 
> This server is under active development. You may encounter bugs, performance issues, or rate limits as we continue to improve the platform.

---

## Quick Start

### What You'll Need

| 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 |

### Connection Steps

Setting up the Kubit MCP server is straightforward:

1. **Add the MCP server** to your AI client configuration
2. **Use the server URL**: `https://mcp.kubit.ai/mcp`
3. **Complete OAuth authentication** when prompted
4. **Start querying** your Kubit data

> **Note:** Check your AI client's documentation for specific MCP server setup instructions.

### Authentication & Access

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.

---

## Tools & Capabilities

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 |

---

## Example Conversations

### Understanding User Behavior

```
"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?"
```

### Product Performance

```
"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"
```

### Data Discovery

```
"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?"
```

---

## Typical Workflow

Here's how most analysis sessions flow:

```
Initialize → Explore → Search → Create → Export
```

1. **Initialize** - Call `getUserContext` to see available schemas
2. **Explore** - Use `getSchema` to understand events and properties  
3. **Search** - Check `searchKubit` for existing analyses
4. **Create** - Generate new reports with custom queries
5. **Export** - Pull `getRawData` for external analysis

---

## Best Practices

### Crafting Effective Prompts

**Be Specific**  
Include time ranges, events, and segments in your questions.

```diff
- "Show me users"
+ "Show me active users in the US who signed up last month"
```

**Provide Context**  
Explain what you're trying to understand.

```diff
- "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.

```diff
- "Show me sign-up events"
+ "In the mobile_events schema, show me sign-up events"
```

**Break It Down**  
Complex analyses work better as multiple focused questions.

```diff
- "Show me everything about user behavior across all channels with retention and conversion"
+ Start with "Show me user retention by channel" then follow up
```

### Performance Optimization

- **Use `searchKubit` first** - Leverage existing analyses before creating new reports
- **Specify date ranges** - Narrow time windows improve query performance  
- **Export selectively** - Only use `getRawData` when you need detailed external analysis

### Security & Compliance

| 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 |

---

## Troubleshooting

### Common Issues & Solutions

**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`

### Need Help?

- Test with simple queries first to verify your connection
- Check schema access through the Kubit web interface  
- Use `getSchema` to confirm available events and properties

---

## Support & Resources

**Documentation**  
[docs.kubit.ai](https://docs.kubit.ai/) - Complete platform documentation

**Customer Success**  
Contact your Kubit customer success team for assistance

**About Kubit**  
[kubit.ai](https://kubit.ai) - Learn more about warehouse-native analytics

**MCP Protocol**  
[modelcontextprotocol.io](https://modelcontextprotocol.io) - Explore the Model Context Protocol

Lo que la gente pregunta sobre mcp-server

¿Qué es Kubit-AI/mcp-server?

+

Kubit-AI/mcp-server es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala mcp-server?

+

Puedes instalar mcp-server clonando el repositorio (https://github.com/Kubit-AI/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Kubit-AI/mcp-server?

+

Nuestro agente de seguridad ha analizado Kubit-AI/mcp-server y le ha asignado un Trust Score de 24/100 (tier: Avoid). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Kubit-AI/mcp-server?

+

Kubit-AI/mcp-server es mantenido por Kubit-AI. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Kubit-AI/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kubit-ai-mcp-server)](https://claudewave.com/repo/kubit-ai-mcp-server)
<a href="https://claudewave.com/repo/kubit-ai-mcp-server"><img src="https://claudewave.com/api/badge/kubit-ai-mcp-server" alt="Featured on ClaudeWave: Kubit-AI/mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-server