Skip to content

Installation

  1. Sign in to Apps
  2. Install the API feature
  3. Copy App ID and App Secret
Terminal window
npx -y theapps-mcp configure
Terminal window
npx skills add jammaru/theapps-mcp

Restart Cursor/Claude, then use apps_auth_status.

{
"mcpServers": {
"apps": {
"command": "npx",
"args": ["-y", "theapps-mcp"],
"env": {
"APPS_APP_ID": "your-app-id",
"APPS_APP_SECRET": "your-app-secret"
}
}
}
}