Back to Catalog

Customer Segmentation

modelcontextprotocol/ext-apps/examples/customer-segmentation-server
TypeScript
MCP Apps Demo

Scatter chart with clustering analysis for visualizing customer segments and patterns

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:0
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-server-customer-segmentation": {
    "command": "npx",
    "args": [
      "-y",
      "--silent",
      "--registry=https://registry.npmjs.org/",
      "@modelcontextprotocol/server-customer-segmentation",
      "--stdio"
    ],
    "env": {}
  }
}