How to Use the Appcues MCP in Claude Code
Automate Appcues from your terminal. Connect Claude Code to manage flows and track users in your CI/CD pipelines and scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Appcues MCP to Claude Code
Create your Vinkius account to connect Appcues 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.
Appcues for Your CI/CD Pipeline
Integrate Appcues publishing into your deployment scripts. After a successful build, a GitHub Action can trigger Claude Code to run `publish_flow` with a specific flow ID. This means your user-facing content can ship at the same time as your code. Rolling back is just as simple. If a deployment fails, your script can call `unpublish_flow` to immediately pull the associated Appcues experience. It makes your content part of your atomic deployment strategy.
Scriptable User and Segment Data
Work with Appcues data directly in your shell. You can pipe the JSON output of `list_segments` into `jq` to get segment IDs for a script. Or you can use `track_user_activity` in a loop to backfill analytics events for a list of users. Because it's just a command-line tool, you can combine it with any other CLI utility. The output of one command becomes the input for the next. It's a standard, predictable way to work with your data.
Headless Reporting and Monitoring
Generate reports from cron jobs without a browser. Schedule a script to run `list_flows` and `get_flow` for each one every morning, then pipe the status and metadata to a log file or a monitoring service. This Appcues MCP server gives you a way to keep an eye on your engagement content programmatically. You can build alerts that check if a critical flow has been unpublished or if a segment has an unexpectedly low user count.
Set up Appcues 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 seeappcues-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Appcues transactions." It will automatically discover and invoke the available Appcues tools.
claude mcp add --transport http appcues-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 Appcues MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Appcues MCP today
We host it, we monitor it, we maintain it. You just paste one token.