Smartsheet MCP Server by CData
@CDataSoftware
关于 Smartsheet 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 Smartsheet (beta): https://www.cdata.com/download/download.aspx?sku=BSZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\smartsheet.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Smartsheet MCP Server by CData?
Smartsheet MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs (such as Claude Desktop) to query live Smartsheet data using natural language. It wraps the CData JDBC Driver for Smartsheet and exposes Smartsheet data as relational SQL tables through a simple MCP interface, requiring no SQL from the user.
How to use Smartsheet MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and install the CData JDBC Driver for Smartsheet, license the driver, create a connection string using the driver’s utility, then create a .prp file with connection properties. Finally, configure Claude Desktop by adding the server entry in claude_desktop_config.json with the path to Java and the JAR and .prp files. The server uses stdio transport and must run on the same machine as the client.
Key features of Smartsheet MCP Server by CData
- Read-only access to live Smartsheet data
- Natural language querying via LLMs (e.g., Claude Desktop)
- Exposes Smartsheet tables and columns as relational SQL models
- Built-in tools:
get_tables,get_columns,run_query - Uses CData JDBC Driver for Smartsheet for connectivity
- MIT licensed and open source
Use cases of Smartsheet MCP Server by CData
- Query live Smartsheet data from an LLM without writing SQL
- Ask business questions about project status, account correlations, or ticket counts
- Integrate Smartsheet data into AI-powered chatbots or assistants
- Read Smartsheet data for reporting or analysis within a conversation
FAQ from Smartsheet MCP Server by CData
Is Smartsheet MCP Server by CData read-only?
Yes, this project builds a read-only MCP server. For full CRUD and action capabilities, CData offers a separate beta MCP Server for Smartsheet.
What are the runtime requirements?
You need Java installed (to run the JAR) and the CData JDBC Driver for Smartsheet installed and licensed on the same machine.
How does the server connect to Smartsheet?
It uses a JDBC connection string configured in a .prp file, which can be generated using the CData JDBC Driver’s Connection String utility. OAuth authentication may require a browser login.
What transport does the server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.
Can I use this server with other MCP clients besides Claude Desktop?
The README focuses on Claude Desktop, but the MCP interface is generic. Configuration for other clients is not described.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论