Telnyx
Rank #44,428io.github.stucchi/telnyx
MCP server providing telnyx capabilities
Telnyx is a Model Context Protocol (MCP) server published by stucchi. It ranks #44,428 of 115,591 servers tracked on MCP Toplist. Telnyx is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 17, 2026 and most recently updated on Mar 17, 2026.
Ranks ahead of 71,163 of 115,591 servers on MCP Toplist.
Use Telnyx
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add telnyx -e "TELNYX_API_KEY=<your TELNYX_API_KEY>" -- uvx telnyx-mcpReplace each placeholder with your own value before saving.
[mcp_servers.telnyx]
command = "uvx"
args = ["telnyx-mcp"]
[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": "uvx",
"args": [
"telnyx-mcp"
],
"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": "uvx",
"args": [
"telnyx-mcp"
],
"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": "uvx",
"args": [
"telnyx-mcp"
],
"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": "uvx",
"args": [
"telnyx-mcp"
],
"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": "uvx",
"args": [
"telnyx-mcp"
],
"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.stucchi%2Ftelnyx)<a href="https://mcptoplist.com/server/io.github.stucchi%2Ftelnyx"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Ftelnyx.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- Trello#21,023 · 8 vers
- MCP Advisor#25,877 · 9 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Google Analytics#43,436 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Telnyx?
- Telnyx is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Telnyx listed on the Official MCP Registry?
- Yes — Telnyx is listed on the Official MCP Registry, alongside Glama.
- How many versions does Telnyx have?
- MCP Toplist tracks 2 versions of Telnyx, most recently published on Mar 17, 2026.
- Where can I find the source code for Telnyx?
- The source code for Telnyx is hosted at github.com/stucchi/telnyx-mcp.