Skip to content
Grok

novacal mcp server for Grok

io.github.ste7/novacal-mcp-server

Manage Novacal event types, availability, and bookings.

client:Grok transport:streamable-http

Install novacal mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "novacal-mcp-server": {
      "type": "http",
      "url": "https://mcp.novacal.io/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

novacal mcp server in other clients