mcpbeat Sign in

CTnP MCP Server

by jitsmaster Your server? Claim it
local only

CTnP MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
npm · @ingeniux/ctnp-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check CTnP MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ctnp-mcp -- npx -y @ingeniux/ctnp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ctnp-mcp]
command = "npx"
args = ["-y", "@ingeniux/ctnp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ctnp-mcp": {
      "args": [
        "-y",
        "@ingeniux/ctnp-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CTnP MCP Server

same job, measured the same way
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

49 installs/wk local only
MCP Eval Runner
by dbsectrainer

A standardized testing harness for MCP servers and agent workflows

27 installs/wk local only
Semilattice - audience prediction
by semilattice-research

Semilattice lets agents make predictions about audiences for content testing and decision making.

answering
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

26 installs/wk local only

CTnP MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CTnP MCP Server?
CTnP MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ingeniux/ctnp-mcp.
How do I connect CTnP MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ingeniux/ctnp-mcp straight from npm; nothing to host, nothing to sign up for.