Enterprise MCP server for Resource Management by Smartsheet (10,000ft API). Automate timesheets, project schedules, and team capacity. (Not official/affiliated with Smartsheet, Inc.)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-smartshee": {
"command": "uvx",
"args": [
"mcp-server-smartsheet-rm"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-smartshee uvx mcp-server-smartsheet-rm
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-smartshee": {
"command": "uvx",
"args": [
"mcp-server-smartsheet-rm"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-smartsheet-rm