AppTweak API MCP
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://developers.apptweak.com/mcp",
"--header",
"X-Apptweak-Key: ${APPTWEAK_API_KEY}"
],
"env": {
"APPTWEAK_API_KEY": "YOUR_APPTWEAK_API_KEY"
}
}