Telnyx
Rank #253io.github.team-telnyx/telnyx
MCP server providing telnyx capabilities
Telnyx is a Model Context Protocol (MCP) server published by team-telnyx. It ranks #253 of 115,591 servers tracked on MCP Toplist, and its repository has 197 GitHub stars. Telnyx is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Mar 28, 2026.
Ranks ahead of 115,338 of 115,591 servers on MCP Toplist.
Use Telnyx
claude mcp add telnyx -e "TELNYX_API_KEY=<your TELNYX_API_KEY>" -- npx -y telnyxReplace each placeholder with your own value before saving.
[mcp_servers.telnyx]
command = "npx"
args = ["-y", "telnyx"]
[mcp_servers.telnyx.env]
TELNYX_API_KEY = "<your TELNYX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telnyx": {
"command": "npx",
"args": [
"-y",
"telnyx"
],
"env": {
"TELNYX_API_KEY": "<your TELNYX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telnyx": {
"command": "npx",
"args": [
"-y",
"telnyx"
],
"env": {
"TELNYX_API_KEY": "<your TELNYX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"telnyx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telnyx"
],
"env": {
"TELNYX_API_KEY": "<your TELNYX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telnyx": {
"command": "npx",
"args": [
"-y",
"telnyx"
],
"env": {
"TELNYX_API_KEY": "<your TELNYX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telnyx": {
"command": "npx",
"args": [
"-y",
"telnyx"
],
"env": {
"TELNYX_API_KEY": "<your TELNYX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.team-telnyx%2Ftelnyx)<a href="https://mcptoplist.com/server/io.github.team-telnyx%2Ftelnyx"><img src="https://mcptoplist.com/badge/io.github.team-telnyx%2Ftelnyx.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
team-telnyx
Other servers by team-telnyx
View all team-telnyx servers →Available versions (3)
| Version | Published |
|---|---|
| 6.29.3 | Mar 28, 2026 |
| 3.3.3 | Oct 1, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Telnyx?
- Telnyx is maintained by team-telnyx, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Telnyx listed on the Official MCP Registry?
- Yes — Telnyx is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Telnyx have?
- MCP Toplist tracks 3 versions of Telnyx, most recently published on Mar 28, 2026.
- Where can I find the source code for Telnyx?
- The source code for Telnyx is hosted at github.com/team-telnyx/telnyx-node.