ThriveStack PLG CRM MCP Server

ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads.

Local serverstdio

What is the ThriveStack PLG CRM MCP server?

Connect ThriveStack PLG CRM to Claude, Cursor or any other MCP client and it stops being a tab you switch to. ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads. The thrivestack plg crm mcp server is what makes that connection.

What the server does

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_accounts — List accounts with engagement, enrichment, and acquisition data
  • get_account_details — Deep details for a specific account
  • get_active_users_summary — Active users and accounts summary
  • get_mau_mtu_count — Monthly Active Users and Monthly Tracked Users
  • get_event_summary — Event analytics summary
  • get_event_count — Total event counts
  • get_feature_usage_trend — Feature usage trends over time
  • get_feature_adoption — Feature adoption timeline
  • get_activation_summary — Activation funnel summary
  • get_activation_trend — Activation trend data
  • get_account_engagement — Per-account engagement trend
  • get_retention_data — Retention cohort data

Credentials and setup notes

  • A ThriveStack account with an API key - Any MCP-compatible client (Claude, Cursor, Windsurf, etc.)

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. ThriveStack PLG CRM's toolset — list_accounts, get_account_details, get_active_users_summary and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Thrivestack-public; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch ThriveStack PLG CRM.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_accountsList accounts with engagement, enrichment, and acquisition data
get_account_detailsDeep details for a specific account
get_active_users_summaryActive users and accounts summary
get_mau_mtu_countMonthly Active Users and Monthly Tracked Users
get_event_summaryEvent analytics summary
get_event_countTotal event counts
get_feature_usage_trendFeature usage trends over time
get_feature_adoptionFeature adoption timeline
get_activation_summaryActivation funnel summary
get_activation_trendActivation trend data
get_account_engagementPer-account engagement trend
get_retention_dataRetention cohort data
get_plg_leadsPLG-qualified leads ready for sales
get_expansion_signalsAccounts showing expansion signals

How to install the ThriveStack PLG CRM MCP server

{
  "mcpServers": {
    "thrivestack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.app.thrivestack.ai/mcp",
        "--header",
        "x-api-key: d8rRhN6Ji8BGZdlVJONMm/e06k1zLkT4pHoN4LstE4g="
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • A ThriveStack account with an API key - Any MCP-compatible client (Claude, Cursor, Windsurf, etc.)

Example prompts to try

  • Use ThriveStack PLG CRM to list accounts.
  • Use ThriveStack PLG CRM to get account details.
  • Use ThriveStack PLG CRM to get active users summary.

Frequently asked questions

It connects ThriveStack PLG CRM to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_accounts, get_account_details, get_active_users_summary, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with ThriveStack PLG CRM directly.