mcpbeat Sign in

Telnyx MCP Server

local only

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

Installs per day peak 14 · avg 7 · +3% w/w
a month agotoday
60
Installs / week
pypi · telnyx-mcp
0
Stars
0 open issues
18 Mar 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add telnyx -- uvx telnyx-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telnyx": {
      "args": [
        "telnyx-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telnyx]
command = "uvx"
args = ["telnyx-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "telnyx": {
      "args": [
        "telnyx-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Telnyx

same job, measured the same way
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
MCP Zmq
by daedalus

MCP server for ZMQ messaging

47 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
Caddy MCP Server
by yawlabs

MCP server for managing Caddy web servers via the admin API

1 430 installs/wk local only
Telnyx Lookup
by pipeworx-io

Telnyx Number Lookup MCP — wraps the Telnyx Number Lookup API

answering
Twist
by pulsemcp

MCP server for Twist team messaging — manage channels, threads, and messages.

75 installs/wk local only

Telnyx — questions

Answers built from our own checks of this server.

Why is there no uptime for Telnyx?
Telnyx runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package telnyx-mcp was installed 60 times last week.
How do I connect Telnyx?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls telnyx-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Telnyx?
The pypi package telnyx-mcp was installed 60 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telnyx open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.