Skip to content
Claude Desktop

CTnP MCP Server for Claude Desktop

io.github.jitsmaster/ctnp-mcp

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

client:Claude Desktop transport:stdio runtime:npm

Install CTnP MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ctnp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "env": {
        "CTNP_API_URL": "<CTNP_API_URL>",
        "CTNP_CMS_URL": "<CTNP_CMS_URL>",
        "CTNP_BEARER_TOKEN": "<CTNP_BEARER_TOKEN>",
        "CTNP_CMS_USER_ID": "<CTNP_CMS_USER_ID>",
        "CTNP_CMS_USER_NAME": "<CTNP_CMS_USER_NAME>",
        "CTNP_CMS_GROUP_IDS": "<CTNP_CMS_GROUP_IDS>",
        "CTNP_CONNECTION_ID": "<CTNP_CONNECTION_ID>",
        "CTNP_TIMEOUT_MS": "<CTNP_TIMEOUT_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CTnP MCP Server in other clients