← Index

io.github.theYahia/mindbox-mcp

io.github.theYahia/mindbox-mcp·v1.0.1·Cloud Storage
Quality Score
85
/100

MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mindbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/mindbox-mcp"
      ],
      "env": {
        "MINDBOX_SECRET_KEY": "<your-mindbox_secret_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mindbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/mindbox-mcp"
      ],
      "env": {
        "MINDBOX_SECRET_KEY": "<your-mindbox_secret_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/mindbox-mcp
§02  Environment variables
MINDBOX_SECRET_KEY
requiredsecret

API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage