Microsoft Excel MCP Server by CData
@CDataSoftware
关于 Microsoft Excel 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 Excel (beta)](https://www.cdata.com/download/download.aspx?sku=RXZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\microsoft-excel.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Microsoft Excel MCP Server by CData?
This read-only MCP server allows LLMs like Claude Desktop to query live Microsoft Excel data. It wraps the CData JDBC Driver for Microsoft Excel, which exposes Excel data as relational SQL models, so users can retrieve information using natural language without writing SQL.
How to use Microsoft Excel MCP Server by CData?
Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Microsoft Excel, configure a .prp file with your JDBC connection string, then add the server to your client’s MCP configuration (e.g., claude_desktop_config.json). The server runs via stdio and is invoked by the client.
Key features of Microsoft Excel MCP Server by CData
- Read-only access to live Microsoft Excel data
- Natural language querying via LLM clients
- Exposes Excel tables as relational SQL models
- Built-in tools: get_tables, get_columns, run_query
- Uses CData JDBC Driver for connectivity
- MIT licensed open-source project
Use cases of Microsoft Excel MCP Server by CData
- Ask Claude Desktop to summarize sales data from Excel spreadsheets
- Query inventory levels or financial figures without writing SQL
- Correlate data across multiple Excel tables using natural language
- Integrate Excel data into AI workflows for reporting and analysis
- Enable non-technical users to explore Excel data conversationally
FAQ from Microsoft Excel MCP Server by CData
Is this server read-only?
Yes, the project builds a read-only MCP server. The README explicitly states it is read-only and points to a separate beta version for full read/write/update/delete capabilities.
What are the runtime dependencies?
You need Java, Apache Maven to build the project, and the CData JDBC Driver for Microsoft Excel (must be downloaded and licensed separately).
Where does the data reside?
Data stays in your local Excel files or network location as configured in the JDBC connection string. The server processes queries locally and does not send data externally beyond what the client (e.g., Claude Desktop) uses.
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.
How do I authenticate to Excel?
Authentication is handled through the CData JDBC Driver’s connection string. You configure OAuth or other credentials using the driver’s Connection String utility before running the server.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论