SendGrid MCP Server by CData
@CDataSoftware
SendGrid 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 SendGrid (beta): https://www.cdata.com/download/download.aspx?sku=BGZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sendgrid.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SendGrid MCP Server by CData?
This is a read-only Model Context Protocol (MCP) server that allows large language models (like Claude Desktop) to query live data from SendGrid. It wraps the CData JDBC Driver for SendGrid, exposing SendGrid data as relational SQL models so LLMs can retrieve information using natural language — no SQL required.
How to use SendGrid MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for SendGrid, then create a .prp file with your JDBC connection string. Configure Claude Desktop by adding the server entry to its claude_desktop_config.json, specifying the path to java and the JAR with the .prp file. Restart Claude to use the tools.
Key features of SendGrid MCP Server by CData
- Read‑only access to SendGrid data via MCP
- CData JDBC Driver converts SendGrid into SQL tables
- Natural language querying via AI clients
- Built‑in tools: list tables, list columns, run SQL SELECT
- Output returned in CSV format
Use cases of SendGrid MCP Server by CData
- Ask an LLM to analyze email campaign performance without manual queries
- Retrieve live information from SendGrid during conversational AI workflows
- Integrate SendGrid data into multi‑source analytics with Claude Desktop
FAQ from SendGrid MCP Server by CData
What is the difference between this server and the CData MCP Server for SendGrid (beta)?
This server is read‑only and requires building the JAR and manual driver setup. The beta server offers full read, write, update, delete, and action capabilities with a simpler setup.
What are the prerequisites to run this server?
You need Java, Maven, the CData JDBC Driver for SendGrid (downloaded and licensed), and the property file with your JDBC connection string.
How do I configure the connection to SendGrid?
Use the JDBC Connection String utility (run java -jar cdata.jdbc.sendgrid.jar) to test and copy the connection string, then place it in the .prp file under JdbcUrl. The driver handles OAuth authentication when needed.
What transport does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
Is this server read‑only?
Yes. The README explicitly states it builds a read‑only MCP server. For full CRUD, refer to the separate CData MCP Server for SendGrid (beta).
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント