SendGrid MCP Server by CData
@CDataSoftware
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
概览
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).