Agent integration
A local MCP adapter for Claude Desktop, Cursor, LM Studio/Ollama wrappers and other agents. It opens QuokkaPix in a local browser, processes local files and writes quokkapix-result.json.
list_recipesget_recipevalidate_recipevalidate_result_manifestprocess_imagesprocess_with_settingsget_payment_optionsexplain_payment_flowverify_unlock_token{
"mcpServers": {
"quokkapix": {
"command": "npx",
"args": [
"quokkapix-mcp"
],
"env": {
"QUOKKAPIX_APP_URL": "https://quokkapix.com/#agent=1"
}
}
}
}
{
"settings": {
"mode": "single",
"tool": "compress",
"settings": {
"compress": {
"format": "webp",
"quality": 0.82
}
}
},
"inputFiles": [
"/Users/me/photo.jpg"
],
"outputDir": "/Users/me/quokkapix-output"
}
Images still enter through the local browser file input. QuokkaPix does not expose a public server-side processing API.