MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents
MCP server for Cognigy.AI, providing an interface to build, configure, and operate conversational AI agents. The server is identified as a GitHub repository “io.github.TsvetanG2/cognigy-ai-mcp-management-server” and is associated with 132 tools. It supports agent management workflows via MCP.
🛠️ Key Features
MCP server for Cognigy.AI
132 tools for building, configuring, and operating conversational AI agents
🚀 Use Cases
Build conversational AI agents using the provided tools
Configure Cognigy.AI agents
Operate/manage conversational AI agents through MCP
⚡ Developer Benefits
Centralized access to Cognigy.AI agent tooling via MCP
Large tool surface (132 tools) for agent workflows
⚠️ Limitations
Only general server scope is specified: build/configure/operate conversational AI agents; no further operational details provided
Model Context Protocol server for managing Cognigy.AI virtual agents through the Management API
This is an independent, open-source MCP server and is not affiliated with, endorsed by, or sponsored by Cognigy or NiCE. It requires your own valid Cognigy.AI account and API key, used in accordance with Cognigy's commercial license terms. "Cognigy" and "Cognigy.AI" are trademarks of their respective owners.
What is this?
cognigy-ai-mcp-management-server is a local MCP server that enables AI coding assistants (Claude, Cursor, etc.) to build, configure, test, and operate Cognigy.AI conversational AI agents programmatically.
Instead of clicking through the Cognigy UI, you can now:
Create and manage flows, nodes, and intents via natural language
Run NLU training and regression tests automatically
Deploy snapshots and packages across environments
Configure LLMs, Knowledge AI, and integrations
Built for: Developers, solution architects, and SI partners who build on Cognigy.AI.
Requirements
Node.js 20.0.0 or higher
Cognigy.AI account with API access (Trial, SaaS, or on-premises)
API Key generated from Cognigy UI (My Profile → API Keys)
Installation
bash
# 1. Install the Cognigy REST API client (required peer dependency)
npm install @cognigy/rest-api-client
# 2. Install this MCP server
npm install -g cognigy-ai-mcp-management-server
Important: The @cognigy/rest-api-client package is licensed under "Cognigy Proprietary License". By installing it, you agree to Cognigy's license terms.
Configuration
Set environment variables before running:
bash
# Required: Your Cognigy API endpointexport COGNIGY_BASE_URL=https://api-trial.cognigy.ai
# Required: Your API key (never commit this!)export COGNIGY_API_KEY=your-api-key-here
# Optional: Default project for operationsexport COGNIGY_DEFAULT_PROJECT_ID=your-project-id
Common Base URLs:
Environment
Base URL
Trial
https://api-trial.cognigy.ai
SaaS EU
https://api-app.cognigy.ai
SaaS US
https://api-app-us.cognigy.ai
Dedicated
https://api-<company>.cognigy.cloud
MCP Client Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):