How to Use the Kajabi MCP in Claude Code
Run terminal commands to manage your Kajabi contacts, courses, and orders directly from your command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kajabi MCP to Claude Code
Create your Vinkius account to connect Kajabi to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe Kajabi data into terminal utilities
Claude Code lets you query your creator platform using standard CLI workflows. You can run a command to list contacts using `list_contacts` and pipe that output directly into grep or jq to filter down to specific domains or registration dates. This terminal-first approach makes bulk operations fast. You can quickly fetch order details with `list_orders` and export them to a CSV file, completely bypassing the heavy browser interface.
Script bulk tagging workflows
Managing tags from the terminal is incredibly efficient. Claude Code can pull your tag list using `list_tags` and instantly apply them to specific user segments using `add_tag_to_contact` based on your shell inputs. If you need to clean up a list after a promotion, you can instruct Claude Code to run `remove_tag_from_contact` across a filtered list of contact IDs, which it pulls dynamically via `get_contact_details`.
Audit site catalogs via CLI using this MCP Server
Run quick diagnostic checks on your digital products. Claude Code can query `list_products` and `list_offers` to output a clean ASCII table showing which products are tied to which pricing tiers. If you have multiple sites, it checks them using `list_sites` first. It then queries `get_product_details` for each site, giving you a quick snapshot of your entire business without opening a browser.
Set up Kajabi MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seekajabi-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kajabi transactions." It will automatically discover and invoke the available Kajabi tools.
claude mcp add --transport http kajabi-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Kajabi MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kajabi MCP today
We host it, we monitor it, we maintain it. You just paste one token.