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).
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论