Local MCP server that enables AI coding assistants (Claude, Cursor, etc.) to build, configure, test, and operate Cognigy.AI conversational AI agents programmatically.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cognigy-ai-mcp-manag": {
"command": "npx",
"args": [
"-y",
"TsvetanG2/cognigy-ai-mcp-management-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cognigy-ai-mcp-manag npx -y TsvetanG2/cognigy-ai-mcp-management-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cognigy-ai-mcp-manag": {
"command": "npx",
"args": [
"-y",
"TsvetanG2/cognigy-ai-mcp-management-server"
]
}
}
}
📋 Copy
Topics
agents agentskills chatbot claude claude-code cognigy cognigy-ai conversational-ai cursor-ai mcp mcp-server model-context-protocol typescript