Twilio
Build powerful communications and customer engagement
Twilio について
Twilio provides APIs for voice, email, SMS, RCS, identity, customer data, contact center, and conversational AI workflows. Its connector surfaces specs and code patterns so assistants can support communications and customer-engagement development.
接続情報
https://mcp.twilio.com/docsトランスポート
Streamable HTTP
認証方式
OAuth
セットアップ
claude mcp add twilio --transport http https://mcp.twilio.com/docsよくある質問
Twilio のリモート MCP サーバーとは何ですか?
Twilio のリモート MCP サーバーは、https://mcp.twilio.com/docs にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。
Twilio の MCP サーバーにはどう接続しますか?
エンドポイント https://mcp.twilio.com/docs を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。
Twilio の MCP サーバーは認証が必要ですか?
はい。Twilio は OAuth を使用します。初回接続時に MCP クライアントがブラウザを開いてサインイン・認可を行い、以降はその認証情報を再利用します。
Twilio の MCP サーバーはどのトランスポートを使用しますか?
Twilio は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。