Local MCP server to manage Cognigy.AI conversational agents via API for flows, NLU, deployments, and integrations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cognigy AI MCP Management Server.
list_projectsLists all Cognigy.AI projects accessible by your API key. Use this to discover available projects before working with flows, intents, or other resources.
list_flowsLists all flows in a Cognigy.AI project. Flows are conversation logic containers. Use this to discover flows before reading or modifying them.
get_flowGets detailed metadata about a specific Cognigy.AI flow. Returns flow configuration, locale info, and timestamps. Use this to inspect a flow before modifying it.
get_flow_settingsGets the settings/configuration of a Cognigy.AI flow. Returns NLU settings, thresholds, and other flow-level configurations. Use this before updating flow settings.
get_latest_log_entriesGets the latest execution log entries from a Cognigy.AI project. Use this for debugging flow execution, viewing errors, or monitoring agent behavior.
get_nodesLists all nodes in a Cognigy.AI flow. Nodes are the building blocks of conversation logic (Say, Question, If, Code, etc.). Use this to explore flow structure before reading specific nodes or modifying the flow.

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.
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:
Built for: Developers, solution architects, and SI partners who build on Cognigy.AI.
Important: The @cognigy/rest-api-client package is licensed under "Cognigy Proprietary License". By installing it, you agree to Cognigy's license terms.
Set environment variables before running:
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 |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .mcp.json in your project root:
Add to .cursor/mcp.json:
This server provides 132 MCP tools organized by domain:
| Category | Tools | Description |
|---|---|---|
| Projects & Flows | 5 | List projects, flows, flow settings, logs |
| Nodes | 9 | CRUD operations, search, move, AI output generation |
| Intents & NLU | 10 | Intent management, training, scoring, audit |
| Endpoints | 2 | List and inspect endpoint configurations |
| Sessions | 2 | Inject/reset conversation context |
| Conversations | 3 | Fetch conversations, transcripts |
| Playbooks & Testing | 6 | Run playbooks, regression tests |
| Snapshots | 9 | Create, restore, package, diff, promote |
| Packages | 7 | Create, merge, upload, download |
| Connections | 5 | Manage API connections (secrets redacted) |
| LLMs | 7 | Configure generative AI providers |
| NLU Connectors | 5 | External NLU (Dialogflow, LUIS, etc.) |
| Knowledge AI | 21 | Stores, sources, chunks, connectors (RAG) |
| Functions | 9 | Custom code functions, instances |
| Extensions | 6 | Upload, configure, manage extensions |
| Contact Profiles | 11 | Profile CRUD, merge, export (GDPR) |
| Analytics | 4 | Conversation, call, knowledge metrics |
| Audit | 2 | Audit event logs |
| Handover | 7 | Live agent providers and services |
| Search | 1 | Organization-wide resource search |
| Tasks | 2 | Async task status tracking |
dryRun: true by defaultlimit and skipRun against Prism mock server (no Cognigy account needed):
If you need to update the generated types from a newer Cognigy API:
This package requires @cognigy/rest-api-client as a peer dependency. This means:
You are responsible for:
The Cognigy REST API client is the official SDK maintained by Cognigy GmbH and is published on npm under "Cognigy Proprietary License".
This MCP server is released under the MIT License. See LICENSE for details.
Note: The MIT license applies only to this MCP server code. Dependencies (particularly @cognigy/rest-api-client) are subject to their own licenses.
Contributions are welcome! Please:
git checkout -b feature/amazing-feature)npm test && npm run build before committingdryRun flag (default: true)Built with Model Context Protocol SDK
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tsvetang2-cognigy-ai-mcp-management-server)<a href="https://allmcps.com/mcp/tsvetang2-cognigy-ai-mcp-management-server"><img src="https://allmcps.com/api/badge/tsvetang2-cognigy-ai-mcp-management-server?style=directory" alt="Cognigy AI MCP Management Server on AllMCPs" /></a>