Essential Tools
- Claude Pro ($20/month)
- Composio
- Airtable
- Google Docs
- Perplexity API
- Cursor (recommended)
System Prerequisites
- Operating System: MacOS or Windows
- Required Software:
- Claude Desktop (latest version)
- Node.js v18 or higher
- NPX (comes with Node.js)
- API Credentials:
- Airtable API key
- Perplexity API key
- Google account for Google Docs integration
Checking Your Prerequisites
Verify your Node.js and NPX installation by running these commands in your terminal:
bash
node -v
npx -v
If these commands return version numbers, you're good to go. If not, you'll need to install Node.js:
- Visit nodejs.org
- Download the LTS version for your operating system
- Follow the installation instructions
- Restart your terminal and verify installation with the commands above