Back to Apps

Freemius MCP
Supports UIby itaides
Manage Freemius subscriptions, payments, and revenue with interactive dashboards and automated tools.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Provides a comprehensive interface for operating a Freemius product. It transforms raw API data into interactive sandboxed HTML/JS dashboards, allowing users to monitor revenue and manage customers directly within their AI client.
Key features
- Revenue Dashboard: Per-currency aggregate breakdown of Gross, Refunds, and Net revenue with interactive time-window toggles (30d, 90d, 365d).
- Customer Profile Cards: Glassmorphic detail views showing LTV, active licenses, subscription status, and full transaction history.
- Guided Coupon Creation: Client-side validated forms for creating coupons with dynamic plan-specific restrictions.
- Full API Access: Access to 140+ Freemius product operations via curated tools or a generic execution escape hatch.
Installation
- Claude Desktop: Add the following to
claude_desktop_config.json:
{
"mcpServers": {
"freemius": {
"command": "bun",
"args": ["run", "/ABS/PATH/freemius-mcp/src/mcp/index.ts"]
}
}
}
Supported hosts
- claude
Quick install
npx -y @eventimio/freemius-mcpInformation
- Pricing
- free
- Published
- 6/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"freemius": {
"command": "bun",
"args": ["run", "/ABS/PATH/freemius-mcp/src/mcp/index.ts"]
}
}
}






