Office 365 MCP Server by CData
@CDataSoftware
关于 Office 365 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 Office 365 (beta): https://www.cdata.com/download/download.aspx?sku=CXZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\office-365.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Office 365 MCP Server by CData?
This read-only MCP server enables LLMs like Claude Desktop to query live Office 365 data using natural language. It wraps the CData JDBC Driver for Office 365, exposing Office 365 as relational SQL models that AI clients can read without requiring SQL.
How to use Office 365 MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Office 365, configure a connection string using the driver’s utility, create a .prp file with driver path and JDBC URL, then add the server to your client’s config (e.g., claude_desktop_config.json). Run the server with java -jar CDataMCP-jar-with-dependencies.jar PATH/TO/office-365.prp. The server uses stdio transport, so it must run on the same machine as the client.
Key features of Office 365 MCP Server by CData
- Read-only access to Office 365 live data
- Powered by the CData JDBC Driver for Office 365
- Exposes tools:
{servername}_get_tables,{servername}_get_columns,{servername}_run_query - Query data via natural language – no SQL needed
- MIT licensed – free to use, modify, and distribute
Use cases of Office 365 MCP Server by CData
- Ask “What calendar events do I have today?” without writing SQL
- Analyze correlations between closed won opportunities and account industry
- Retrieve live ticket counts from a SUPPORT project
- Explore available tables and columns in Office 365 data
FAQ from Office 365 MCP Server by CData
What is the difference between this server and the CData MCP Server for Office 365 (beta)?
This server is read-only. The beta version supports full read, write, update, delete, and action capabilities with a simplified setup.
What are the system requirements?
You need Java, Maven, and the CData JDBC Driver for Office 365 (installed and licensed). The server runs on Windows, Mac, or Linux.
Does this server support write operations?
No. It is explicitly a read-only server.
What transport does it use?
The server uses stdio, so it can only be used with clients running on the same machine.
How can I get help if I have issues?
Contact the CData Support Team at their support page or join the CData Community for troubleshooting and feedback.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论