MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
Enterprise Model Context Protocol (MCP) server for Resource Management by Smartsheet (10,000ft API).
Enables AI coding agents, planners, and assistants (Claude, Cortex, Antigravity, VS Code) to orchestrate the complete Smartsheet RM REST API surface: time tracking & timesheet reconciliation, resource scheduling & allocations, capacity planning, project & phase management, leaves/holidays, expense tracking, and custom fields.
The server exposes tools covering projects, resources, timesheets, and capacity:
SMARTSHEET_RM_ALLOW_BULK_DESTRUCTIVE=1.readOnlyHint=true).confirm=True (19 standard + 2 bulk).idempotentHint=true.Counts below include the 2 bulk-destructive tools (100 total).
# Using uv (recommended)
uv pip install mcp-server-smartsheet-rm
# Or standard pip
pip install mcp-server-smartsheet-rm
| Variable | Description | Default |
|---|---|---|
SMARTSHEET_RM_API_TOKEN | Smartsheet RM (10,000ft) API Token (Required) | - |
SMARTSHEET_RM_BASE_URL | Base API URL | https://api.rm.smartsheet.com/api/v1 |
SMARTSHEET_RM_PROFILE | Tool profile subset: time, projects, admin, full | full |
SMARTSHEET_RM_READONLY | Set to 1 to restrict server to read-only tools | 0 |
SMARTSHEET_RM_ALLOW_BULK_DESTRUCTIVE | Set to 1 to unlock bulk delete operations | 0 |
SMARTSHEET_RM_LOG_FORMAT | Set to json for Datadog/CloudWatch structured logs | text |
~/.gemini/antigravity-cli/mcp_config.json){
"mcpServers": {
"smartsheet-rm": {
"command": "uvx",
"args": ["mcp-server-smartsheet-rm"],
"env": {
"SMARTSHEET_RM_API_TOKEN": "your-api-token"
},
"lazy": true
}
}
}
~/.snowflake/cortex/mcp.json){
"servers": {
"smartsheet-rm": {
"command": "uvx",
"args": ["mcp-server-smartsheet-rm"],
"env": {
"SMARTSHEET_RM_API_TOKEN": "your-api-token"
}
}
}
}
claude_desktop_config.json){
"mcpServers": {
"smartsheet-rm": {
"command": "uvx",
"args": ["mcp-server-smartsheet-rm"],
"env": {
"SMARTSHEET_RM_API_TOKEN": "your-api-token"
}
}
}
}
confirm: bool = False and rejects execution unless the caller explicitly passes confirm=True.time, projects, admin).# Run tests with 100% coverage requirement
pytest --cov=src/smartsheet_rm_mcp --cov-fail-under=100 -v
# Run Tool Contract verification
python scripts/check_tool_contract.py
# Run OpenAPI Drift check
python scripts/check_openapi_drift.py
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
uvx mcp-server-smartsheet-rmMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"io-github-christianclaudio-smartsheet-rm": {
"command": "uvx",
"args": [
"mcp-server-smartsheet-rm"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referencemcp-server-smartsheet-rmpypimcp-server-smartsheet-rm works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.