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
{
"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