Skip to content
Grok

clappia mcp for Grok

io.github.clappia-dev/clappia-mcp

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

client:Grok transport:stdio runtime:oci

Install clappia mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clappia-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/okaru413/clappia-mcp:1.0.1"
      ],
      "env": {
        "CLAPPIA_API_KEY": "<CLAPPIA_API_KEY>"
      }
    }
  }
}

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

clappia mcp in other clients