
Convalytics
Query read-only product analytics for your Convex app from Claude Code or Cursor instead of clicking through dashboards when deciding what to fix or ship next.
Overview
Convalytics is a MCP server for the Grow phase that provides read-only Convex app analytics queryable from AI coding agents.
What is this MCP server?
- Read-only analytics MCP for Convex applications
- Streamable HTTP remote at https://api.convalytics.dev/mcp
- Bearer token auth with Convalytics API token (cnv_...) from convalytics.dev/tokens
- Designed for Claude, Cursor, and other MCP clients
- Server version 1.0.0 with companion site convalytics.dev/mcp
- Remote MCP URL https://api.convalytics.dev/mcp
- Read-only analytics scope per server description
Community signal: 6 GitHub stars.
What problem does it solve?
Convex indie apps generate usage data, but founders still context-switch to dashboards when an agent could answer metric questions in the coding flow.
Who is it for?
Solo builders shipping on Convex who want MCP-driven analytics Q&A in Claude Code or Cursor during growth and iteration.
Skip if: Teams not on Convex, builders who need write access to production data, or products without Convalytics instrumentation set up.
What do I get? / Deliverables
After you authorize with a Convalytics Bearer token, your agent pulls read-only analytics for your Convex app through the hosted MCP remote.
- Agent-accessible read-only analytics queries against your Convex app
- Reduced dashboard context-switch during growth decisions
- Documented HTTP MCP endpoint for team-wide agent configs
Recommended MCP Servers
Journey fit
Post-launch growth work depends on understanding usage, funnels, and retention inside the product you already shipped on Convex. Convalytics is analytics-facing MCP: metrics and reporting for Convex deployments, not code generation or infra provisioning.
How it compares
Convex-specific read-only analytics MCP, not a general database or agent memory server.
Common Questions / FAQ
Who is Convalytics for?
Indie developers and small teams running Convex-backed SaaS who want their coding agent to read product analytics safely via MCP.
When should I use Convalytics?
Use it in Grow when you are analyzing funnels, engagement, or support drivers and want answers inside the agent instead of only in the Convalytics web UI.
How do I add Convalytics to my agent?
Create an API token at https://convalytics.dev/tokens, add the streamable HTTP server https://api.convalytics.dev/mcp with Authorization header Bearer cnv_..., in your MCP client settings.