cisco-phone-mcp

calltelemetry/cisco-phone-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for Cisco IP phone interactions (stats, screenshots, commands)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cisco-phone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calltelemetry/cisco-phone-mcp"
      ]
    }
  }
}