Loading MCP server directory, please wait...
MCP server for Yeastar P-Series PBX System API (read-only).
npx @getmcp/cli add io.github.WYRE-AI/yeastar-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
YEASTAR_PBX_DOMAINThis appliance's own domain/IP and port, e.g. https://pbx.example.com:8088. Each customer's PBX is its own instance - there is no shared hosted endpoint.
YEASTAR_CLIENT_IDOAuth-style Client ID, generated in the PBX web portal under Integrations -> API.
YEASTAR_CLIENT_SECRETOAuth-style Client Secret, generated in the PBX web portal under Integrations -> API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/yeastar-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"YEASTAR_PBX_DOMAIN",
"-e",
"YEASTAR_CLIENT_ID",
"-e",
"YEASTAR_CLIENT_SECRET",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/yeastar-mcp:v1.0.0"
],
"env": {
"YEASTAR_PBX_DOMAIN": "",
"YEASTAR_CLIENT_ID": "",
"YEASTAR_CLIENT_SECRET": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}