What the Kubit MCP Server Provides
The Kubit MCP server includes a set of analytical tools that developers or analysts can use programmatically. Available MCP Tools-
getUserContext – Initialize User Context
-
Always the first call. Retrieves:
- User context
- Available schemas
- Active schema selection
- Parameters: Initialization details required by the Kubit application.
-
Always the first call. Retrieves:
-
getSchema – Explore Schema Details
-
Retrieves full metadata for a specific schema, including:
- Event definitions
- Properties
- Dimensions
- Parameters: Reference to the desired schema.
-
Retrieves full metadata for a specific schema, including:
-
createReport – Create and Execute Reports
-
Generates analytical queries and returns:
- A summary of results
- A link to the full report in the Kubit app
- A
formulaTemplateIdandanalysisIdfor further editing
- Parameters: Arguments required by Kubit to generate a new report.
-
Generates analytical queries and returns:
-
getRawData – Export Raw Report Data
- Exports CSV-like raw output from an existing report.
- Parameters: Reference to the previously generated report.
-
searchKubit – Search Reports and Dashboards
- Searches for reports or dashboards across your organization.
- Parameters: Query text suitable for locating Kubit assets.
Connecting Kubit MCP to Cursor
Follow these steps to add the Kubit MCP server to Cursor (IDE):- Open Settings → Tools & MCP.
- Select Add a Custom MCP Server.
- Paste the following JSON configuration:
- Create a project folder if prompted.
- Click Connect next to the MCP server.
- Enter your organization name (org: <org name>).
- Complete the authentication and authorization steps.
Create a new project for the Kubit MCP server.
Connecting Kubit MCP to Claude
- Open Settings → Connectors.
- Select Add custom connector.
- Name the connector (for example, “Kubit MCP”).
- For Remote MCP URL, enter: https://mcp.kubit.ai/mcp
- Click Add.
- Enter your organization name (org: <org name>).
- Complete the Kubit login and authorization process.
Additional Reference: GitHub Repository
For developers who want to review the MCP server source code, configuration patterns, or contribution guidelines, the full repository is available here: https://github.com/Kubit-AI/mcp-server It includes documentation on:- Server architecture
- API specifications
- Development setup
- Deployment considerations
- Versioning and updates
Explain with Lumos Lumos AI Readiness & AI Data Dictionary