How to Use the Help Scout MCP in Claude Code
Manage Help Scout from your terminal or CI/CD pipeline with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Help Scout MCP to Claude Code
Create your Vinkius account to connect Help Scout 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.
Script Your Support Operations
This is Help Scout for the command line. Pipe commands together to build powerful one-liners. For instance, get all open ticket IDs with `claude exec 'list_conversations --status active'` and pipe them directly into another script for processing. You can build complex scripts this way. Grab a list of conversations, run them through a local script that decides which ones to close, and then use `xargs` to pass the IDs to another Claude Code command that calls `update_convo_status`.
Monitor Queues and Performance
Set up a cron job to watch your support queue. A simple shell script can call `list_conversations --mailbox_id 123` every few minutes. If the count exceeds a threshold, it can trigger an alert. You can also generate daily reports with this MCP server. Schedule a script to run `list_customer_ratings` at the end of the day, format the output, and email it to your support manager. Headless monitoring made simple.
Integrate Help Scout into Pipelines
Use this MCP server in your GitHub Actions. When a bug fix PR is merged, your workflow can automatically find the related ticket using `search_conversations`. Once it finds the ticket, the workflow can call `create_convo_note` to post a private update like "Fix for this issue was merged in commit #abc123" and then use `update_convo_status` to close it.
Set up Help Scout 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 seehelp-scout-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Help Scout transactions." It will automatically discover and invoke the available Help Scout tools.
claude mcp add --transport http help-scout-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 Help Scout MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Help Scout MCP today
We host it, we monitor it, we maintain it. You just paste one token.