← Index

io.github.team-telnyx/telnyx

io.github.team-telnyx/telnyx·v6.29.3·Other
Quality Score
80
/100

Official TypeScript library for the Telnyx API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "telnyx": {
      "command": "npx",
      "args": [
        "-y",
        "telnyx"
      ],
      "env": {
        "TELNYX_API_KEY": "<your-telnyx_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "telnyx": {
      "command": "npx",
      "args": [
        "-y",
        "telnyx"
      ],
      "env": {
        "TELNYX_API_KEY": "<your-telnyx_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y telnyx
§02  Environment variables
TELNYX_API_KEY
requiredsecret

Your Telnyx API key for authentication

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other