GrowingIO Connector for AI agents.
10 live capabilities
Manage product analytics and user behavior data through natural language.
Waiting for input…
Why people use GrowingIO
GrowingIO for Automated Product Analytics Reporting
With this Connector, you can simply ask your AI client for the numbers you need. You can get a pulse on your growth metrics or audit your conversion funnels in a single chat. It turns your analytics suite into a conversational partner, giving you the data you need to make decisions in seconds.
What Vinkius changes
You get a conversational interface for your entire product analytics suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying checkout friction
The agent pulls the conversion funnel details to show exactly where people are dropping off in the sign-up flow.
- Real-world use case 02
Locating power users
The agent browses your segments and pulls the user list for the most active group to identify high-value cohorts.
- Real-world use case 03
Quick DAU checks
The agent queries your project metrics to provide the average daily active users for the last week.
Complete set · 10capabilities
The complete GrowingIO capability set.
These are the exact actions your AI can choose when you ask it to work with GrowingIO.
01—04
4 capabilities in this set.
Part of 10 available through GrowingIO.
- 01 Capability
Get event
See the specific details of a tracked behavioral event. This helps you understand exactly what a user did during a session.
- 02 Capability
Get funnel
Look at the configuration and data for a conversion funnel. It shows you where people are dropping off in your flow.
- 03 Capability
Get metrics
Pull specific performance metrics for your project. This gives you the high-level numbers you need for reporting.
- 04 Capability
Get project info
Get the high-level metadata for your GrowingIO project. Use this to quickly see your project's core settings.
05—07
3 capabilities in this set.
Part of 10 available through GrowingIO.
- 05 Capability
Get segment users
See which users belong to a specific segment. This is great for identifying your most active or at-risk customers.
- 06 Capability
List ads
See a list of all your active advertising campaigns. It helps you keep track of your growth drivers in one place.
- 07 Capability
List log sources
See where your data logs are coming from. Use this to verify that your tracking is correctly feeding into the platform.
08—10
3 capabilities in this set.
Part of 10 available through GrowingIO.
- 08 Capability
List segments
See all the user segments you've created. This helps you manage your different user cohorts efficiently.
- 09 Capability
List variables
See all the variables you're currently tracking. It lets you audit what data points are being captured across your app.
- 10 Capability
List events
See every event currently being tracked in your project. This is the best way to get a full overview of your tracking setup.
Set up in minutes
One URL. Then ask GrowingIO to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GrowingIO from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GrowingIO, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GrowingIO for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GrowingIO URL.
- Step 03
Save and start
Save the connection and enable GrowingIO in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"growingio": {
"url": "https://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GrowingIO
Open Agent mode in chat and ask: "Using GrowingIO, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"growingio": {
"url": "https://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GrowingIO
Ask Copilot: "Using GrowingIO, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"growingio": {
"url": "https://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GrowingIO
Open Cascade and ask: "Using GrowingIO, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"growingio": {
"url": "https://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GrowingIO
Ask Cline: "Using GrowingIO, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add growingio --transport http "https://edge.vinkius.com/vk_preview_u60VXXuVcL3y57sTWL2zr6J2OAcGQI6ta6DW5L1U/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GrowingIO
Ask Claude: "Using GrowingIO, show me...". 10 tools are ready
Where the request belongs
Work GrowingIO can move forward.
This is for the product manager who is tired of manually pulling reports and the growth engineer who needs to segment users on the fly without leaving their workspace.
Product Manager
Checks feature adoption and user behavior trends during sprint planning to prioritize the roadmap.
Growth Engineer
Pulls campaign data and segment sizes to adjust ad spend and optimize user acquisition.
Data Analyst
Retrieves specific funnel drop-off points to report to stakeholders without manual dashboard navigation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTalkingData
Leading big data and product analytics platform in China. manage event tracking and user growth via AI.
Heap
Automate product analytics via Heap. track events, identify users, and manage segments directly from any AI agent.
Countly
Manage product analytics via Countly. track user sessions, record custom events, and query deep behavioral metrics directly from your AI agent.
Amplitude
Track user behavior, analyze product metrics, and manage cohorts directly from your AI agent using Amplitude's powerful analytics suite.
Gainsight PX
Manage product experience, track user behavior, and oversee engagements via AI agents with Gainsight PX.
Mixpanel (Event Analytics & Insights)
Manage product analytics via Mixpanel. query event trends, track conversion funnels, and audit user cohorts.
Bring your own AI
Change the model, client or framework. Keep GrowingIO connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GrowingIO.
The practical details behind the request, access and result.
Can I use GrowingIO MCP to see my user segments?
Yes, the Connector can pull your defined user segments and show you which cohorts you have active in your project.
Does GrowingIO MCP work with my current AI client?
Yes, it works with Claude, Cursor, Windsurf, and any other MCP-compatible client you prefer to use.
How do I connect GrowingIO MCP to my project?
You just need to subscribe to the Connector and enter your Project ID, Client ID, and API Token in your client's settings.
Can the GrowingIO MCP help with funnel analysis?
Absolutely. It can retrieve specific conversion funnel details so you can see where users are dropping off in your flow.
Is GrowingIO MCP good for marketing teams?
Yes, it allows marketing teams to quickly browse ad campaigns and growth metrics using natural language queries.
Can I use GrowingIO MCP to see specific event details?
Yes, it can retrieve detailed metadata for any behavioral events you are currently tracking in your project.
How do I find my GrowingIO Project ID and Client ID?
Log in to your GrowingIO portal, go to [Project Configuration] -> [Project Info]. You will find your Project ID (ai) and Client ID (Public Key) there.
Where do I generate the API Token?
In your GrowingIO portal, navigate to [Project Configuration] -> [API Token Management] to generate a long-term API Token for this server.
Can I query quantitative metrics through the agent?
Yes. Use the get_metrics capability with a JSON query definition. This allows your agent to retrieve specific data points like DAU, retention rates, or custom conversion metrics.
One connection away
Give your agent a direct line to GrowingIO.
Connect GrowingIO once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available