Skip to content
Zed

Telnyx for Zed

io.github.stucchi/telnyx

MCP server for the Telnyx API — billing, phone numbers, and messaging

client:Zed transport:stdio runtime:pypi

Install Telnyx in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "telnyx": {
      "command": "uvx",
      "args": [
        "telnyx-mcp"
      ],
      "env": {
        "TELNYX_API_KEY": "<TELNYX_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Telnyx in other clients