cloudtime API for Claude Desktop
io.github.julysoft/cloudtime
MCP server providing attendance data queries via the CloudTime API.
client:Claude Desktop
transport:streamable-http
Install cloudtime API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cloudtime": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs