smar-mcp
If you are the rightful owner of smar-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Smartsheet API, providing tools for searching, retrieving, and updating Smartsheet sheets through the MCP protocol.
The Smartsheet MCP Server is designed to facilitate seamless interaction with the Smartsheet API using the Model Context Protocol. It allows users to perform various operations on Smartsheet sheets, such as retrieving detailed information, creating, updating, and deleting sheets and rows, and creating version backups. The server is optimized for AI consumption, providing formatted responses that are easy to integrate into AI workflows. With a focus on security, the server requires a Smartsheet API token for access, and users are advised to exercise caution when processing untrusted data to prevent prompt injection vulnerabilities.
Features
- Get detailed information about sheets in Smartsheet
- Create, update, and delete sheets and rows
- Create version backups of sheets at specific timestamps
- Formatted responses optimized for AI consumption
Tools
get_sheet
Retrieves the current state of a sheet, including rows, columns, and cells.
get_sheet_version
Gets the current version number of a sheet.
get_cell_history
Retrieves the history of changes for a specific cell.
update_rows
Updates rows in a sheet, including cell values, formatting, and formulae.
add_rows
Adds new rows to a sheet.