Loading MCP server directory, please wait...
An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics
npx @getmcp/cli add io.github.clappia-dev/clappia-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CLAPPIA_API_KEYClappia API key for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.clappia-dev/clappia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CLAPPIA_API_KEY",
"docker.io/okaru413/clappia-mcp:1.0.1"
],
"env": {
"CLAPPIA_API_KEY": ""
}
}
}
}