CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Kubit

kubit-ai/mcp-server
HTTPregistry active
Summary

Hooks Claude directly into your Kubit analytics warehouse so you can query and explore data using natural language instead of writing SQL or learning Kubit's query syntax. Exposes five tools: getUserContext for schema discovery, getSchema for exploring events and properties, createReport for generating analytical queries, getRawData for CSV exports, and searchKubit for finding existing dashboards. You authenticate via OAuth and get access to whatever schemas your Kubit account already permits. Useful when you're doing exploratory analytics, building funnels or retention reports, or just want to ask "show me mobile signups last quarter" without context switching to the Kubit UI. Still in beta with occasional rate limits.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

RequirementDescription
Kubit AccountActive access to a Kubit organization
AI ClientMCP-compatible tool (Claude, Cursor, etc.)
PermissionsSchema 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:

ToolPurpose
getUserContextInitialize session and retrieve available schemas
getSchemaExplore events, properties, and dimensions in detail
createReportGenerate and execute analytical queries
getRawDataExport CSV data from existing reports
searchKubitFind 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.

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

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

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

ConsiderationWhat It Means
Permission ModelYou can only access schemas you're authorized to view
AI ProcessingThird-party AI models will process your query data
Policy ReviewConfirm 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 - 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Automation & Workflows
Registryactive
TransportHTTP
UpdatedDec 9, 2025
View on GitHub

Related Automation & Workflows MCP Servers

View all →
n8n Workflow Builder

makafeli/n8n-workflow-builder

AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
519
N8N

illuminaresolutions/n8n-mcp-server

MCP server implementation for n8n workflow automation
120
Make Mcp

danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
5
n8n Manager MCP

lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
1
Airflow

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Mcp Workflow

io.github.infoinlet-marketplace/mcp-workflow

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.