What is the Telnyx MCP server?
MCP server for the Telnyx API — billing, phone numbers, and messaging
How to install Telnyx
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TELNYX_API_KEYrequiredsecretTelnyx API key for authentication
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"telnyx": {
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<YOUR_TELNYX_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"telnyx": {
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<YOUR_TELNYX_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"telnyx": {
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<YOUR_TELNYX_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"telnyx": {
"type": "stdio",
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<YOUR_TELNYX_API_KEY>"
}
}
}
}Claude Code
claude mcp add telnyx --env TELNYX_API_KEY=<YOUR_TELNYX_API_KEY> -- uvx telnyx-mcpRelated MCP servers
Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.
View repository →Check domain availability across 500+ TLDs. Single and bulk checks with UI.
View repository →Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.
View repository →Italian open data: municipalities, provinces, regions, postal codes, coordinates.
View repository →MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.
View repository →