The world's first analytics platform designed for AI coding assistants. Zero configuration. Instant insights.
🎁 Free tier: 1,000 events/month. Perfect for testing and small projects.
> "Add analytics to my project"
No credit card required • 25,000 events free
Traditional analytics require hours of setup. We require one sentence.
Works through Claude Code, Cursor, and other AI tools via MCP. No documentation, no confusion.
From "add analytics" to working dashboard in seconds. Auto-detects your project type.
15+ properties tracked automatically. Sessions, devices, URLs, user behavior - all included.
Professional analytics for $4.99/month. Same insights as $300/month enterprise tools.
One SDK for React, React Native, Next.js, Vue, Node.js, iOS. True universal support.
Your data stays yours. No selling to third parties, no cross-site tracking. Just clean analytics.
Set up once (2 minutes), then add analytics to any project in 30 seconds
Add MCP server via command:
claude mcp add vibe-lytics npx vibe-lytics-mcp
Or use /mcp command in interactive mode
Add to ~/.cursor/mcp.json
(global) or .cursor/mcp.json
(project):
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
Configure via Cascade → Hammer (MCP) icon → Add server:
Command: npx
Args: vibe-lytics-mcp
Add to .vscode/mcp.json
in your project:
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
:
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
✨ After setup, just tell your AI: "Add analytics to my project"
"Add analytics to this app"
Auto-detects your project, creates app, generates perfect code
One line: Analytics.track('button_clicked')
Real-time dashboard with 15+ automatic properties
// Automatic properties included: session, device, URL, timezone, and more Analytics.track('user_signup'); // Add custom properties Analytics.track('purchase', { amount: 29.99, plan: 'premium' }); // Identify users Analytics.setUser('user_123');
Start free, upgrade when you grow. No surprises, no hidden fees.
Stop reading docs. Start tracking data. Let AI handle the complexity.
Get Started Free →25,000 events free • No credit card • Setup in 30 seconds