Telnyx for Grok
io.github.stucchi/telnyx
MCP server for the Telnyx API — billing, phone numbers, and messaging
client:Grok
transport:stdio
runtime:pypi
Install Telnyx in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"telnyx": {
"type": "stdio",
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<TELNYX_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs