Clappia MCP

A Python-based MCP server that provides a comprehensive interface for interacting with the Clappia platform. This server enables programmatic management of Clappia applications, forms, submissions, and more.

People who work with Clappia and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 2 · #75 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

Python servers · how we verify → /methodology

01 · Install Clappia MCP

before you install - you'll need

Set CLAPPIA_API_KEY, CLAPPIA_WORKPLACE_ID before connecting.

Docker

docker run -i --rm docker.io/okaru413/clappia-mcp:1.0.1

Claude Desktop - add to config

{
  "mcpServers": {
    "clappia-dev-clappia-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/okaru413/clappia-mcp:1.0.1"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.clappia-dev is GitHub-verified and matches the repo owner

03 · Who maintains Clappia MCP

clappia-mcp is maintained by clappia-dev. It's the only MCP server we track from this author; the repo dates to Jun 2025.

04 · Facts

category
data & analytics - ranked #75 of 81 actively-maintained data & analytics servers as of 2026-09-18.
registry
io.github.clappia-dev/clappia-mcp (active, first published 2025-09-26 · 2 versions)
packages
oci:docker.io/okaru413/clappia-mcp:1.0.1

05 · Clappia MCP FAQ

What is Clappia MCP?

A Python-based MCP server that provides a comprehensive interface for interacting with the Clappia platform. This server enables programmatic management of Clappia applications, forms, submissions, and more.

Is Clappia MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15. We re-verify nightly.

How do I install Clappia MCP?

Run `docker run -i --rm docker.io/okaru413/clappia-mcp:1.0.1`. The README documents 2 environment variables (CLAPPIA_API_KEY, CLAPPIA_WORKPLACE_ID) to set first. Set CLAPPIA_API_KEY, CLAPPIA_WORKPLACE_ID before connecting. You can also paste the ready-made client config above.

06 · Alternatives to Clappia MCP