This MCP server provides an interface for managing Clappia applications, forms, and submissions programmatically.
From the registry: An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics
$ curl -LsSf https://astral.sh/uv/install.sh | shhttps://github.com/astral-sh/uv$ git clone https://github.com/clappia-dev/clappia-mcp.git && cd clappia-mcp && uv synchttps://github.com/clappia-dev/clappia-mcpPlease install the `clappia-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.8+ and uv** — Python 3.8 or higher with uv package manager Run: `curl -LsSf https://astral.sh/uv/install.sh | sh` (https://github.com/astral-sh/uv)
- **Clone and install** — Clone the repo and install dependencies Run: `git clone https://github.com/clappia-dev/clappia-mcp.git && cd clappia-mcp && uv sync` (https://github.com/clappia-dev/clappia-mcp)
- **Clappia API Key and Workplace ID** — Get from Clappia Workplace Settings > Preferences > API Keys (requires Workplace Manager access) (https://www.clappia.com)
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["--directory","/path/to/clappia-mcp","run","clappia-mcp.py"]
- required environment variables:
- `CLAPPIA_API_KEY`: Clappia Workplace API key (example: `<your-clappia-api-key>`)
- `CLAPPIA_WORKPLACE_ID`: Clappia Workplace ID (example: `<your-workplace-id>`)
Note: No-code platform API integration for app/form/submission/field management. Not packaged — must clone.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CLAPPIA_API_KEYrequiredAPI key for accessing the Clappia platform.CLAPPIA_WORKPLACE_IDrequiredWorkplace ID for identifying the Clappia workplace.Atlassian Rovo MCP Server