MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
MCPpedia last refreshed this data
io.github.christianclaudio/smartsheet-rm is an MCP server that MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 57/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"smartsheet-rm": {
"env": {
"SMARTSHEET_RM_API_TOKEN": "your-api-token"
},
"args": [
"mcp-server-smartsheet-rm"
],
"lazy": true,
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Enterprise Model Context Protocol (MCP) server for Resource Management by Smartsheet (10,000ft API).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-server-smartsheet-rm' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-smartsheet-rm against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / analytics
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for monday.com integration.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
MCP Security Weekly
Get CVE alerts and security updates for io.github.christianclaudio/smartsheet-rm and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 |
| `SMAR |