How to Use the Chiirp MCP in Claude Code
Automate Chiirp marketing tasks from the command line. Perfect for cron jobs, CI/CD pipelines, and shell scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chiirp MCP to Claude Code
Create your Vinkius account to connect Chiirp 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.
Run Chiirp Tasks in CI/CD
Use Claude Code to interact with your Chiirp account in a completely automated way. Add a step to your deployment pipeline that checks the API status with `check_chiirp_status` before pushing an update. You can also script routine tasks. For instance, run a nightly cron job that gets a list of all contacts using `list_contacts` and pipes the output to another script for backup or analysis. No browser or UI needed.
Bulk Contact Operations from the Terminal
This MCP server makes it easy to perform bulk operations. Write a simple shell script that reads a CSV of phone numbers and uses Claude Code to call `create_contact` for each one. You can also chain commands together. Pipe the output of `search_contacts` into `xargs` to then run `remove_tag` on a specific group of users. It's a powerful way to manage your Chiirp lists without ever leaving the command line.
Monitor Chiirp from your Shell
Need a quick status report? Just run Claude Code with a prompt like "list all my chiirp campaigns and tags". It will call `list_campaigns` and `list_tags` and print a clean report to your stdout. This is ideal for DevOps and SREs. You can build simple health checks or reporting scripts that pull key metrics from your marketing stack and feed them into your existing monitoring tools. This MCP Server handles all the connection details.
Set up Chiirp 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 seechiirp-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chiirp transactions." It will automatically discover and invoke the available Chiirp tools.
claude mcp add --transport http chiirp-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 Chiirp MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chiirp MCP today
We host it, we monitor it, we maintain it. You just paste one token.