Smartsheet MCP Server by CData
@CDataSoftware
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\smartsheet.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol 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,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments