Twilio MCP Server by CData
@CDataSoftware
关于 Twilio MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Twilio (beta): https://www.cdata.com/download/download.aspx?sku=BTZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\twilio.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Twilio MCP Server by CData?
Twilio MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live Twilio data using natural language. It is built on the CData JDBC Driver for Twilio, which exposes Twilio data as relational SQL models. This server is aimed at developers and AI users who need to retrieve live information from Twilio without writing SQL.
How to use Twilio MCP Server by CData?
Clone the repository, build the server with mvn clean install, download and install the CData JDBC Driver for Twilio, license the driver, configure the connection string, create a .prp file with your JDBC settings, and add the server to your Claude Desktop claude_desktop_config.json file. The server runs on stdio transport, so the AI client must be on the same machine.
Key features of Twilio MCP Server by CData
- Read-only querying of live Twilio data.
- Exposes Twilio data as SQL tables via a JDBC driver.
- Natural language querying through AI clients.
- Provides tools to list tables, list columns, and run SELECT queries.
- Works with Claude Desktop and other MCP-compatible AI clients.
Use cases of Twilio MCP Server by CData
- Ask an LLM to show recent SMS message logs from Twilio.
- Retrieve call metadata such as duration, timestamps, and status.
- Query account usage statistics without manual API calls.
- Get a list of available phone numbers in your Twilio account.
FAQ from Twilio MCP Server by CData
What is Twilio MCP Server by CData?
It is a read-only MCP server that allows LLMs to query live Twilio data. It is built using the CData JDBC Driver for Twilio and requires a license for that driver.
What are the dependencies and runtime requirements?
Java and Maven are required to build the server. The CData JDBC Driver for Twilio must be downloaded, installed, and licensed. The server uses stdio transport, so the AI client must run on the same machine.
How do I license the CData JDBC Driver?
Run java -jar cdata.jdbc.twilio.jar --license in the driver’s lib folder and follow the prompts. You can use “TRIAL” for evaluation or a purchased license key.
Where does data live?
Data is queried live from Twilio through the JDBC driver. The server does not store or cache data locally.
Is this server read-only? How does it differ from the CData MCP Server for Twilio (beta)?
Yes, this server is read-only. The CData MCP Server for Twilio (beta) is a free alternative that supports full read, write, update, delete, and action capabilities with a simplified setup.
沟通协作 分类下的更多 MCP 服务器
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Mcp Telegram
dryeabMCP Server for Telegram
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
评论