PluginBench
MCP Server

CTnP MCP Server MCP Server

io.github.jitsmaster/ctnp-mcp

What is the CTnP MCP Server MCP server?

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

How to install CTnP MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CTNP_API_URL

    Base URL of the CTnP REST API (e.g. https://yoursite.com/api)

  • CTNP_CMS_URL

    Base URL of the CTnP CMS (e.g. https://yoursite.com)

  • CTNP_BEARER_TOKEN

    Bearer token for CTnP API authentication

  • CTNP_CMS_USER_ID

    CMS user ID (optional, for personalization context)

  • CTNP_CMS_USER_NAME

    CMS user display name (optional)

  • CTNP_CMS_GROUP_IDS

    Comma-separated CMS group IDs for permission context (default: UserGroup/1)

  • CTNP_CONNECTION_ID

    CTnP connection ID for multi-tenant setups (optional)

  • CTNP_TIMEOUT_MS

    Request timeout in milliseconds (default: 30000)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "env": {
        "CTNP_API_URL": "<YOUR_CTNP_API_URL>",
        "CTNP_CMS_URL": "<YOUR_CTNP_CMS_URL>",
        "CTNP_BEARER_TOKEN": "<YOUR_CTNP_BEARER_TOKEN>",
        "CTNP_CMS_USER_ID": "<YOUR_CTNP_CMS_USER_ID>",
        "CTNP_CMS_USER_NAME": "<YOUR_CTNP_CMS_USER_NAME>",
        "CTNP_CMS_GROUP_IDS": "<YOUR_CTNP_CMS_GROUP_IDS>",
        "CTNP_CONNECTION_ID": "<YOUR_CTNP_CONNECTION_ID>",
        "CTNP_TIMEOUT_MS": "<YOUR_CTNP_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "env": {
        "CTNP_API_URL": "<YOUR_CTNP_API_URL>",
        "CTNP_CMS_URL": "<YOUR_CTNP_CMS_URL>",
        "CTNP_BEARER_TOKEN": "<YOUR_CTNP_BEARER_TOKEN>",
        "CTNP_CMS_USER_ID": "<YOUR_CTNP_CMS_USER_ID>",
        "CTNP_CMS_USER_NAME": "<YOUR_CTNP_CMS_USER_NAME>",
        "CTNP_CMS_GROUP_IDS": "<YOUR_CTNP_CMS_GROUP_IDS>",
        "CTNP_CONNECTION_ID": "<YOUR_CTNP_CONNECTION_ID>",
        "CTNP_TIMEOUT_MS": "<YOUR_CTNP_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "env": {
        "CTNP_API_URL": "<YOUR_CTNP_API_URL>",
        "CTNP_CMS_URL": "<YOUR_CTNP_CMS_URL>",
        "CTNP_BEARER_TOKEN": "<YOUR_CTNP_BEARER_TOKEN>",
        "CTNP_CMS_USER_ID": "<YOUR_CTNP_CMS_USER_ID>",
        "CTNP_CMS_USER_NAME": "<YOUR_CTNP_CMS_USER_NAME>",
        "CTNP_CMS_GROUP_IDS": "<YOUR_CTNP_CMS_GROUP_IDS>",
        "CTNP_CONNECTION_ID": "<YOUR_CTNP_CONNECTION_ID>",
        "CTNP_TIMEOUT_MS": "<YOUR_CTNP_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ctnp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "env": {
        "CTNP_API_URL": "<YOUR_CTNP_API_URL>",
        "CTNP_CMS_URL": "<YOUR_CTNP_CMS_URL>",
        "CTNP_BEARER_TOKEN": "<YOUR_CTNP_BEARER_TOKEN>",
        "CTNP_CMS_USER_ID": "<YOUR_CTNP_CMS_USER_ID>",
        "CTNP_CMS_USER_NAME": "<YOUR_CTNP_CMS_USER_NAME>",
        "CTNP_CMS_GROUP_IDS": "<YOUR_CTNP_CMS_GROUP_IDS>",
        "CTNP_CONNECTION_ID": "<YOUR_CTNP_CONNECTION_ID>",
        "CTNP_TIMEOUT_MS": "<YOUR_CTNP_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add ctnp-mcp --env CTNP_API_URL=<YOUR_CTNP_API_URL> --env CTNP_CMS_URL=<YOUR_CTNP_CMS_URL> --env CTNP_BEARER_TOKEN=<YOUR_CTNP_BEARER_TOKEN> --env CTNP_CMS_USER_ID=<YOUR_CTNP_CMS_USER_ID> --env CTNP_CMS_USER_NAME=<YOUR_CTNP_CMS_USER_NAME> --env CTNP_CMS_GROUP_IDS=<YOUR_CTNP_CMS_GROUP_IDS> --env CTNP_CONNECTION_ID=<YOUR_CTNP_CONNECTION_ID> --env CTNP_TIMEOUT_MS=<YOUR_CTNP_TIMEOUT_MS> -- npx -y @ingeniux/ctnp-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →