mcp-server-smartsheet-rm for Cursor
io.github.christianclaudio/smartsheet-rm
MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
client:Cursor
transport:stdio
runtime:pypi
Install mcp-server-smartsheet-rm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smartsheet-rm": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-smartsheet-rm"
],
"env": {
"SMARTSHEET_RM_API_TOKEN": "<SMARTSHEET_RM_API_TOKEN>",
"SMARTSHEET_RM_BASE_URL": "<SMARTSHEET_RM_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs