← Back to Plugins
MCP Server MCP

io.github.clappia-dev/clappia-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/okaru413/clappia-mcp:1.0.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/okaru413/clappia-mcp:1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Clappia API key for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLAPPIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...