smar-mcp

smar-mcp

4

The Smartsheet MCP Server provides an interface for interaction with the Smartsheet API via the Model Context Protocol. It supports operations like retrieving, creating, updating, and deleting sheets, and is optimized for AI consumption. Key features include version backup and formatted responses.

Smartsheet MCP Server

A Model Context Protocol (MCP) server for interacting with the Smartsheet API. This server enables users to search, retrieve, and update Smartsheet sheets through the MCP protocol.

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

Usage

  • Start the server using npm scripts with loaded environment variables, or directly with Node.js.
  • Utilize tools like get_sheet, get_sheet_version, get_cell_history, etc., for managing sheets.