The Plug

Customer Segmentation

Visual customer data clustering and segment analysis

M
MCP Official✓ Verified

Official Model Context Protocol organization

Customer Segmentation preview

Segment your customer data with interactive clustering visualization. Explore segments, compare attributes, and discover patterns — all rendered as a rich interactive experience in your AI chat.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "customer-segmentation-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-customer-segmentation-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "customer-segmentation-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-customer-segmentation-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "customer-segmentation-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-customer-segmentation-server"
        ]
      }
    }
  }
}

Stats

Rating
4.4(5)
Installs
156
Views
1,300
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/customer-segmentation.svg)](https://getmcpapps.com/apps/customer-segmentation)