A Model Context Protocol server
Smartsheet Server becomes available to MCP clients through the smartsheet server mcp server. A Model Context Protocol server.
A Model Context Protocol (MCP) server that provides seamless integration with Smartsheet, enabling automated operations on Smartsheet documents through a standardized interface. This server bridges the gap between AI-powered automation tools and Smartsheet's powerful collaboration platform.
The Smartsheet MCP Server is designed to facilitate intelligent interactions with Smartsheet, providing a robust set of tools for document management, data operations, and column customization. It serves as a critical component in automated workflows, enabling AI systems to programmatically interact with Smartsheet data while maintaining data integrity and enforcing business rules.
Once connected, the assistant can call these 14 tools directly:
Auto — number configurationsSystem — managed columnsMulti — select picklist valuesFormula — based columnsCase — sensitive and whole word optionsColumn — specific search capabilitiesReturns — - Matched row IDs (primary result)TEXT_NUMBER — DATECHECKBOX — PICKLISTCONTACT_LIST — Configurable options:Type — specific comparisons (text, dates, numbers)Features — - Automatic batch processing (3 rows per batch for optimal performance)Token — aware content chunking for large textReal — time status updatesSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 6 environment variables: PYTHON_PATH, SMARTSHEET_API_KEY, AZURE_OPENAI_API_KEY, AZURE_OPENAI_API_BASE, AZURE_OPENAI_API_VERSION, AZURE_OPENAI_DEPLOYMENT. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Smartsheet Server sits in that group, and the shape of its toolset — Auto, System, Multi among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Auto | number configurations |
| System | managed columns |
| Multi | select picklist values |
| Formula | based columns |
| Case | sensitive and whole word options |
| Column | specific search capabilities |
| Returns | - Matched row IDs (primary result) |
| TEXT_NUMBER | DATE |
| CHECKBOX | PICKLIST |
| CONTACT_LIST | Configurable options: |
| Type | specific comparisons (text, dates, numbers) |
| Features | - Automatic batch processing (3 rows per batch for optimal performance) |
| Token | aware content chunking for large text |
| Real | time status updates |
**Client Configuration:**
```json
{
"mcpServers": {
"smartsheet-server": {
"type": "http",
"url": "http://localhost:3000/mcp",
"headers": {
"Authorization": "Bearer your-optional-auth-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PYTHON_PATH | Filesystem location the server is allowed to use. | Optional |
| SMARTSHEET_API_KEY | Credential the server authenticates with. | Yes |
| AZURE_OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| AZURE_OPENAI_API_BASE | Configuration value read at startup. | Optional |
| AZURE_OPENAI_API_VERSION | Configuration value read at startup. | Optional |
| AZURE_OPENAI_DEPLOYMENT | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.