How to Use the Helpjuice MCP in Claude Code
Manage your Helpjuice MCP Server from the terminal with Claude Code, automating content audits and syncing docs via CI/CD.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Helpjuice MCP to Claude Code
Create your Vinkius account to connect Helpjuice 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.
Headless Content Audits
`list_articles` grabs your entire content library for headless terminal processing. Claude Code pipes this output into a script, cross-referencing publish dates to find stale documentation across your organization. For every flagged page, the agent runs `get_article_stats` to check recent traffic. If an outdated page still gets heavy views, Claude Code alerts your Slack channel. All of this runs via a single shell command on your server.
Claude Code Sync Pipelines
`create_article` generates new knowledge base entries during your automated build process. You can configure a GitHub Action where Claude Code reads your merged markdown files and pushes them to Helpjuice. When existing files change, the agent fires `update_article`. It packages the markdown into the required `body_json` format and commits the update. You maintain your docs in Git, and the MCP integration keeps the live site perfectly synced without manual intervention.
Access Control Scripts
`list_kb_users` returns the exact roster of internal authors for automated security reviews. Claude Code can run a nightly cron job comparing this list against your active directory. It pulls the associated permissions using `list_kb_groups` and checks category assignments via `list_categories`. If it finds a departed employee who still has author rights, it logs the anomaly in your terminal or monitoring system.
Set up Helpjuice 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 seehelpjuice-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Helpjuice transactions." It will automatically discover and invoke the available Helpjuice tools.
claude mcp add --transport http helpjuice-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 Helpjuice MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Helpjuice MCP today
We host it, we monitor it, we maintain it. You just paste one token.