clappia mcp for Cursor
io.github.clappia-dev/clappia-mcp
An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics
client:Cursor
transport:stdio
runtime:oci
Install clappia mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clappia-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/okaru413/clappia-mcp:1.0.1"
],
"env": {
"CLAPPIA_API_KEY": "<CLAPPIA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs