Telnyx runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from pypi. Last commit 18 Mar 2026.
MCP server for the Telnyx API — billing, phone numbers, and messaging
Today is the operative word: we check Telnyx every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add telnyx -- uvx telnyx-mcp
{
"mcpServers": {
"telnyx": {
"args": [
"telnyx-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.telnyx]
command = "uvx"
args = ["telnyx-mcp"]
{
"mcpServers": {
"telnyx": {
"args": [
"telnyx-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"telnyx": {
"args": [
"telnyx-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
TELNYX_API_KEY (Telnyx API key for authentication).
The author declared them in the registry entry; get the values from the project itself.
CLI and MCP server for the Qonto banking API
CLI and MCP server for the LinkedIn API
MCP server for ZMQ messaging
MCP server for the Seline Analytics API
MCP server for the Vulners.com API
MCP server for managing Caddy web servers via the admin API
Telnyx Number Lookup MCP — wraps the Telnyx Number Lookup API
MCP server for Twist team messaging — manage channels, threads, and messages.
Answers built from our own checks of this server.