Skip to content
Cursor

Telnyx for Cursor

io.github.stucchi/telnyx

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

client:Cursor transport:stdio runtime:pypi

Install Telnyx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Telnyx in other clients