Telnyx MCP Server
OfficialEnables interaction with Telnyx's telephony, messaging, and AI assistant APIs to manage phone number...
Open the FastMCP connection interface and click "Install Now"
Press the ready-made "Install Now" button to begin adding the Telnyx MCP. The environment variables below must be entered into the FastMCP connection form fields before installing.Set the required Telnyx API key (TELNYX_API_KEY)
- Sign in to the Telnyx Portal: https://portal.telnyx.com.
- Navigate to the API Keys page (Account → API Keys or the “API Keys” section).
- Create a new API key (give it a descriptive name).
- Copy the generated key immediately (it is shown only once).
- In the FastMCP connection form, set the environment variable
TELNYX_API_KEYto the copied key.
(Optional) Enable webhooks (WEBHOOK_ENABLED)
- If you want the MCP server to receive webhooks, set
WEBHOOK_ENABLED=truein the FastMCP form. - If you prefer to enable webhooks via command flags instead, leave this env blank and add
--webhook-enabledto the server args.
- If you want the MCP server to receive webhooks, set
(Optional) Configure ngrok tunneling (NGROK_AUTHTOKEN)
- If you enabled webhooks and want an automatic public URL, sign in to ngrok: https://ngrok.com.
- From the ngrok dashboard get your authtoken (Dashboard → Auth).
- In the FastMCP form set the environment variable
NGROK_AUTHTOKENto that token. - (Alternative) You can pass
--ngrok-authtoken <token>in the server args instead of using the env var.
(Optional) Limit or expose specific MCP tools
- To enable only a subset of tools, add
TELNYX_MCP_TOOLSwith a comma-separated list (e.g.,send_message,get_message,list_phone_numbers). - To exclude specific tools while leaving others enabled, add
TELNYX_MCP_EXCLUDE_TOOLSwith a comma-separated list (e.g.,make_call,send_dtmf). - Enter these as environment variables in the FastMCP form if you want to restrict functionality.
- To enable only a subset of tools, add
(Optional) Other environment settings
- If you plan to run locally from a cloned repo or need to point to the
uvxbinary, you can set other fields in FastMCP (for examplecommandpath). If you encounterspawn uvx ENOENT, use the absolute path touvx(e.g.,/usr/local/bin/uvx) in the command field.
- If you plan to run locally from a cloned repo or need to point to the
Save and install
- After filling all required fields (at minimum
TELNYX_API_KEY) and any optional env vars you want, click the FastMCP form’s save/confirm and then finish the installation via the "Install Now" button.
- After filling all required fields (at minimum
Verify the MCP started successfully
- Once installed, check the MCP server logs or the FastMCP status UI to confirm the Telnyx MCP started.
- If you enabled webhooks with ngrok, confirm the server printed a public ngrok URL (or check the webhook status/resource in the MCP UI).
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Communication
View All →
Slack
Experience the most powerful MCP server for Slack workspaces with advanced message and channel support. This feature-rich server allows fetching messages from channels, threads, DMs, and group DMs with embedded user info and smart history pagination by date or count. It supports enterprise workspaces, caching for faster access, and flexible transports like Stdio and SSE with proxy settings. Designed for stealth operation or secure access via OAuth, it integrates channel and thread lookups by name or ID to give rich, contextual Slack workspace data efficiently and reliably. Perfect for developers needing robust Slack data handling.
More for AI and Machine Learning
View All →Blender
Experience seamless AI-powered 3D modeling by connecting Blender with Claude AI via the Model Context Protocol. BlenderMCP enables two-way communication, allowing you to create, modify, and inspect 3D scenes directly through AI prompts. Control objects, materials, lighting, and execute Python code in Blender effortlessly. Access assets from Poly Haven and generate AI-driven models using Hyper3D Rodin. This integration enhances creative workflows by combining Blender’s robust tools with Claude’s intelligent guidance, making 3D content creation faster, interactive, and more intuitive. Perfect for artists and developers seeking AI-assisted 3D design within Blender’s environment.
Video & Audio Text Extraction
Extracts text from videos and audio files across platforms like YouTube, Bilibili, TikTok, Instagram, Twitter/X, Facebook, and Vimeo using Whisper speech recognition for transcription, content analysis, and accessibility improvements.
Video Edit (MoviePy)
MoviePy-based video editing server that provides comprehensive video and audio processing capabilities including trimming, merging, resizing, effects, format conversion, YouTube downloading, and text/image overlays through an in-memory object store for chaining operations efficiently.
Qwen Code
Bridges Qwen's code analysis capabilities through CLI integration, providing file-referenced queries with @filename syntax, automatic model fallback, and configurable execution modes for code review, codebase exploration, and automated refactoring workflows.