Skip to main content

Give your agent your whole membership back office

Connect NextWave to the AI tool you already use — and let it manage members, check-ins, and redemptions on your own WordPress site.

Self-hosted — bring your own site

You need two things: your WordPress site URL and a WordPress Application Password. There's no central key and no waitlist — see Authentication to create one in under a minute.

Install

Add the NextWave MCP server in one command, then install the agent skill.

1. Add the MCP server

bash
$ claude mcp add nextwave \$   -e WORDPRESS_SITE_URL=https://members.example.com \$   -e WORDPRESS_USERNAME=jane@example.com \$   -e WORDPRESS_APP_PASSWORD="xxxx xxxx xxxx xxxx xxxx xxxx" \$   -- npx -y @island-pitch/nextwave-mcp

2. Install the agent skill

bash
$ npx @island-pitch/nextwave-skills

Restart Claude Code, then ask it to "list NextWave members".

Every privileged operation is gated by the connected user's WordPress capabilities — an agent can only ever do what that user can. That's how we Do Cool Things the Right Way!®