Retiring This version of the WYRE MCP Gateway is being retired on 30 September 2026 โ€” mcp.wyre.ai redirects to Conduit from that date. What to expect →
๐Ÿงช Community โœ“ Claude Code โœ“ Claude Desktop Standalone โ€ข 3CX

3CX

3CX - native PBX MCP server: directory/contacts, calls, queues, profiles, and PBX admin/diagnostics (V20 Update 10, Alpha)

Installation

Install this plugin individually:

/plugin marketplace add wyre-technology/msp-claude-plugins --plugin 3cx

Or install all MSP plugins at once:

/plugin marketplace add wyre-technology/msp-claude-plugins

Features

  • Calls Queues
  • Directory
  • Pbx Admin

Skills

This plugin provides 4 skills that teach Claude about 3CX:

Skill Description
calls-queues 3CX's live-operations surface: read-only visibility into active calls, recordings, voicemail, department and queue membership, and forwarding/presence profiles, plus the write actions that change live call routing โ€” dropping a call, switching a profile, and logging a queue agent in or out.
directory 3CX's read-only directory surface: resolving a caller by email or by exact extension, searching the PBX's own phonebooks, searching contacts synced from an integrated CRM, and listing PBX users/extensions.
pbx-admin 3CX's system-and-configuration surface: server time, PBX event log and application log search, service status, database schema and the read-only SELECT-only Query tool, DIDs, IP and phone blocklists, SIP trunks, call flow apps, and the configuration write/delete actions that change what calls the PBX accepts or how they route.
api-patterns 3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server โ€” there is no shared mcp.3cx.com), the Admin Console + client setup flow, the permission model (fully inherited from the 3CX account that approved the connection), and how to discover the live tool surface since 3CX has not published exact tool-name strings.

Commands

Available slash commands:

Command Description
/find-contact Resolve a 3CX contact or extension by email, extension, or name
/pbx-health-check Quick health check for a connected 3CX PBX
/queue-status Snapshot of 3CX queue staffing and active call load

API Reference

Base URL
Authentication
Rate Limit
Documentation

Example Usage

Resolve a 3CX contact or extension by email, extension, or name

/find-contact

Quick health check for a connected 3CX PBX

/pbx-health-check

Snapshot of 3CX queue staffing and active call load

/queue-status

Using Skills

/skill 3cx:calls-queues

3CX's live-operations surface: read-only visibility into active calls, recordings, voicemail, department and queue membership, and forwarding/presence profiles, plus the write actions that change live call routing โ€” dropping a call, switching a profile, and logging a queue agent in or out.