Skip to content
Grok

cloudtime API for Grok

io.github.julysoft/cloudtime

MCP server providing attendance data queries via the CloudTime API.

client:Grok transport:streamable-http

Install cloudtime API in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cloudtime": {
      "type": "http",
      "url": "https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cloudtime API in other clients