Skip to content
Claude Desktop

clappia mcp for Claude Desktop

io.github.clappia-dev/clappia-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install clappia mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clappia mcp in other clients