MCP Server
MCP
mcp-server-smartsheet-rm
MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
Install
uvx mcp-server-smartsheet-rm
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-server-smartsheet-rm",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Smartsheet Resource Management (10,000ft) API token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SMARTSHEET_RM_API_TOKEN"
},
{
"description": "Smartsheet RM API Base URL (defaults to https://api.rm.smartsheet.com/api/v1)",
"format": "string",
"name": "SMARTSHEET_RM_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment