MCP server for IVA MCU — 40 tools wrapping Clients API, Integration API & Bot API with natural language support (RU/EN)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_iva_mcu": {
"command": "npx",
"args": [
"-y",
"kostikpenzin/mcp_iva_mcu"
]
}
}
}
Run in terminal:
claude mcp add mcp_iva_mcu npx -y kostikpenzin/mcp_iva_mcu
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_iva_mcu": {
"command": "npx",
"args": [
"-y",
"kostikpenzin/mcp_iva_mcu"
]
}
}
}