growpanel/growpanel-mcp-server
3.2
If you are the rightful owner of growpanel-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GrowPanel MCP Server allows AI assistants to access GrowPanel SaaS analytics data using natural language.
Tools
3
Resources
0
Prompts
0
GrowPanel MCP Server
This MCP server lets AI assistants (Claude, Cursor, etc.) access your GrowPanel SaaS analytics data via natural language.
INSTALLATION
-
Install globally: npm install -g growpanel-mcp-server
-
Set your GrowPanel API token (Bearer): export GROWPANEL_API_TOKEN=sk_live_xxx
-
Run the server: growpanel-mcp
-
Connect your MCP client to: http://localhost:3000/mcp
TOOLS AVAILABLE
- getMRR : MRR, ARR, ARPA, ASP, churn metrics, LTV
- getLeads : leads, trials, trial conversion
- getCohorts : cohort analyses
NOTES
- Requires Node.js 18+ (uses global fetch).
- The server is local-first and uses your Bearer token to access https://api.growpanel.io.
- Filters are passed as query params per GrowPanel API (e.g., date=YYYYMMDD-YYYYMMDD, region=...).