Microsoft Exchange MCP Server by CData
@CDataSoftware
关于 Microsoft Exchange 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 Microsoft Exchange (beta)](https://www.cdata.com/download/download.aspx?sku=CEZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\microsoft-exchange.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Microsoft Exchange MCP Server by CData?
A read-only MCP server that allows LLMs (like Claude Desktop) to query live Microsoft Exchange data using natural language. It wraps the CData JDBC Driver for Microsoft Exchange, exposing Exchange data as relational SQL models accessible via the Model Context Protocol.
How to use Microsoft Exchange MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Microsoft Exchange, generate a JDBC connection string, create a .prp file with connection properties, then configure the server in your MCP client (e.g., Claude Desktop) by adding an entry to claude_desktop_config.json pointing to the built JAR and properties file.
Key features of Microsoft Exchange MCP Server by CData
- Read-only access to Microsoft Exchange data via MCP tools
- Natural language querying – no SQL required
- Exposes Exchange data as relational tables and columns
- Built on the CData JDBC Driver for Microsoft Exchange
- Supports custom table selection and server configuration
- Uses stdio transport for local client communication
Use cases of Microsoft Exchange MCP Server by CData
- Ask Claude Desktop about calendar events, emails, or contacts
- Retrieve and summarize Exchange mailbox data with natural language
- Integrate Exchange data into AI-driven workflows without writing SQL
- Enable non-technical users to explore Exchange information conversationally
FAQ from Microsoft Exchange MCP Server by CData
Is this server read-only?
Yes, this open-source MCP server is read-only. For full create, update, delete, and action capabilities, CData offers a separate beta MCP server with a simplified setup.
What are the runtime requirements?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Microsoft Exchange (download and license required). The server runs on Windows, Mac, or Linux.
How does the server connect to Exchange?
It uses a JDBC connection string configured in a .prp file. The CData JDBC Driver translates Exchange data into relational SQL models. OAuth may be required for authentication.
What transport does the server use?
The server uses stdio transport, so it can only be used with MCP clients running on the same machine.
How do I troubleshoot connection issues?
Use the JDBC Connection String utility to test the connection, copy the string into the .prp file, ensure the client is fully restarted, and contact CData Support if problems persist.
其他 分类下的更多 MCP 服务器

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.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论