chaprola for Claude Desktop
io.github.cletcher/chaprola
Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP.
client:Claude Desktop
transport:stdio
runtime:npm
Install chaprola in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chaprola": {
"command": "npx",
"args": [
"-y",
"@chaprola/mcp-server"
],
"env": {
"CHAPROLA_USERNAME": "<CHAPROLA_USERNAME>",
"CHAPROLA_API_KEY": "<CHAPROLA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs