Odel
telnyx node

telnyx node

Local
@team-telnyx197TypeScriptMITUpdated 1w ago

Official TypeScript library for the Telnyx API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtelnyxv6.29.3

Run

npx -y telnyx

MCP client config

{
  "mcpServers": {
    "telnyx-node": {
      "command": "npx",
      "args": [
        "-y",
        "telnyx"
      ]
    }
  }
}