W3J Telnyx
БесплатноНе проверенExposes the full Telnyx API as Model Context Protocol tools and enables deploying autonomous AI voice agents from a YAML spec.
Описание
Exposes the full Telnyx API as Model Context Protocol tools and enables deploying autonomous AI voice agents from a YAML spec.
README
MCP server exposing the full Telnyx API as Model Context Protocol tools, plus an autonomous voice agent builder that deploys live AI receptionists from a YAML spec.
Quick start
# Install
git clone https://github.com/mnjbold/w3j-telnyx-mcp.git
cd w3j-telnyx-mcp
uv venv .venv --python 3.12 --seed
source .venv/bin/activate # Linux/macOS
# or: .venv\Scripts\Activate.ps1 (Windows)
uv sync --all-extras
# Health check
python -m telnyx_mcp.utils.env
python -m telnyx_mcp.clients.telnyx_client
# Start MCP server (stdio — for Claude Desktop / Cursor / Windsurf)
python -m telnyx_mcp.server
# Start MCP server (HTTP — for remote MCP clients)
python -m telnyx_mcp.server --transport http --host 0.0.0.0 --port 8765
# Deploy an agent from YAML
python agent_builder/builder.py agents/my-agent/spec.yaml --dry-run
python agent_builder/builder.py agents/my-agent/spec.yaml
What you get
| Tool surface | Tools |
|---|---|
numbers |
search, order, list, get, update |
voice |
dial, transfer, hangup, answer, reject, start/stop AI assistant, recordings |
assistants |
CRUD AI Assistants |
infrastructure |
Call Control Apps, Outbound Voice Profiles, Messaging Profiles, Voice Clones |
messaging |
send SMS |
utility |
balance, account summary, health check |
Deploy a voice agent
# From YAML spec
python agent_builder/builder.py agents/w3j-llc-concierge/spec.yaml
# agents/my-agent/spec.yaml
name: My Agent
instructions: |
You are a friendly receptionist for Acme Corp...
country_code: US
area_code: "415"
buy_number: true
webhook_url: https://your-server/webhooks/telnyx
model: openai/gpt-4o
voice: Telnyx.KokoroTTS.af_heart
CI/CD
Push to main → GitHub Actions CI runs pytest + type check + lint.
See .github/workflows/ci.yml.
License
MIT
Установка W3J Telnyx
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mnjbold/w3j-telnyx-mcpFAQ
W3J Telnyx MCP бесплатный?
Да, W3J Telnyx MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для W3J Telnyx?
Нет, W3J Telnyx работает без API-ключей и переменных окружения.
W3J Telnyx — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить W3J Telnyx в Claude Desktop, Claude Code или Cursor?
Открой W3J Telnyx на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare W3J Telnyx with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
