HomeOther › telnyx-node

telnyx-node

Official TypeScript library for the Telnyx API

TypeScript
★ 198 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 6.29.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "telnyx-node": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TELNYX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TELNYX_API_KEY required secret — Your Telnyx API key for authentication

Related servers

Data from the Official MCP Registry