wildix-mcp-server-demo
v0.0.4
Published
### Features
Readme
Demo MCP (Model Context Protocol) server for Wildix PBXs
Features
- Retrieve the list of colleagues (users)
- Search and filter contacts by various fields (name, number, email, department, etc.)
- Retrieve the list of groups, departments, and phonebooks
- Retrieve call history (globally and for a specific user)
- Initiate calls to internal and external numbers
- Retrieve the list of licenses, PBX settings, and PBXs in the network
- Retrieve ACL permissions for user groups
Configure MCP Server in Cursor
{
"mcpServers": {
"Wildix-Demo-MCP-Server": {
"command": "npx",
"args": [
"-y",
"wildix-mcp-server-demo"
],
"env": {
"PBX_DOMAIN": "demo-pbx",
"PBX_TOKEN": "access_A1KgM0M8DnaPI8IK......"
}
}
}
}