Skip to content
Grok

CTnP MCP Server for Grok

io.github.jitsmaster/ctnp-mcp

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

client:Grok transport:stdio runtime:npm

Install CTnP MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "ctnp-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CTnP MCP Server in other clients