CTnP MCP Server for Cursor
io.github.jitsmaster/ctnp-mcp
Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.
client:Cursor
transport:stdio
runtime:npm
Install CTnP MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs