Helpjuice Connector for AI agents.
12 live capabilities
Manage your help center and internal documentation through natural conversation.
Waiting for input…
Why people use Helpjuice
Helpjuice Knowledge Base Management for Support Teams
With this Connector, the agent just asks their AI client to find the relevant help article. The agent gets the answer instantly without leaving the chat window. This turns a multi-click search into a single sentence.
What Vinkius changes
You can manage your entire Helpjuice knowledge base using only natural language commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding complex troubleshooting steps
A support agent asks their agent to find the specific guide for a login error.
- Real-world use case 02
Identifying trending topics
A content creator asks for the most common search terms this week.
- Real-world use case 03
Rapidly updating documentation
A technical writer needs to change a URL in three different guides.
Complete set · 12capabilities
The complete Helpjuice capability set.
These are the exact actions your AI can choose when you ask it to work with Helpjuice.
01—04
4 capabilities in this set.
Part of 12 available through Helpjuice.
- 01 Capability
List kb groups
List user groups defined for permissions and access.
- 02 Capability
Create article
Create a new article in the knowledge base by providing a title and body content.
- 03 Capability
Downvote article
Record a downvote for an article to track content helpfulness.
- 04 Capability
Get article details
Get detailed content and metadata for a specific article.
05—08
4 capabilities in this set.
Part of 12 available through Helpjuice.
- 05 Capability
Get article stats
Get engagement statistics for a specific article.
- 06 Capability
Get search trends
List recent search terms used by visitors to identify content gaps.
- 07 Capability
List articles
List all articles in the Helpjuice knowledge base for a birds-eye view.
- 08 Capability
List categories
List all categories in the knowledge base to see how content is organized.
09—12
4 capabilities in this set.
Part of 12 available through Helpjuice.
- 09 Capability
List kb users
List all internal users and authors within the Helpjuice platform.
- 10 Capability
Search kb
Search the knowledge base for articles matching a specific query.
- 11 Capability
Update article
Update an existing article with new content or metadata.
- 12 Capability
Upvote article
Record an upvote for an article to track content helpfulness.
Set up in minutes
One URL. Then ask Helpjuice to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Helpjuice from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Helpjuice, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Helpjuice for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Helpjuice URL.
- Step 03
Save and start
Save the connection and enable Helpjuice in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"helpjuice": {
"url": "https://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Helpjuice
Open Agent mode in chat and ask: "Using Helpjuice, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"helpjuice": {
"url": "https://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Helpjuice
Ask Copilot: "Using Helpjuice, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"helpjuice": {
"url": "https://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Helpjuice
Open Cascade and ask: "Using Helpjuice, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"helpjuice": {
"url": "https://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Helpjuice
Ask Cline: "Using Helpjuice, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add helpjuice --transport http "https://edge.vinkius.com/vk_preview_1kjOJByKTQoehvrvrvKau4sBKGUqcPF2Zc04Z4xU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Helpjuice
Ask Claude: "Using Helpjuice, show me...". 12 tools are ready
Where the request belongs
Work Helpjuice can move forward.
This is for knowledge managers who are tired of manual content audits, support agents who need instant answers, and content creators who want to see real-time engagement data without manual exports.
Knowledge Manager
You use this to audit your library for outdated articles and identify which categories need more content.
Support Agent
You use this to quickly find specific troubleshooting steps while chatting with a customer.
Content Strategist
You use this to monitor search trends and engagement stats to decide what to write next.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsReamaze
Automate customer support and helpdesk workflows via Reamaze. manage help articles, channels, and contacts directly from any AI agent.
Elevio
Equip your AI agent to manage knowledge base articles, track categories, and monitor assistant modules via the Elevio API.
KnowledgeOwl
Manage your knowledge base. list articles, search help content, and audit categories.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Aidbase
Deploy AI-powered customer support chatbots, manage knowledge bases, and resolve tickets faster with intelligent automation.
Tettra
Search, read, and create internal wiki pages on your Tettra knowledge base directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Helpjuice connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Helpjuice.
The practical details behind the request, access and result.
Can I use Helpjuice MCP to create new articles?
Yes, you can ask your AI client to create new articles by providing the title and the content you want included. It will handle the creation process directly in your Helpjuice knowledge base.
How does Helpjuice MCP help my support team?
It allows support agents to find help articles instantly using natural language. Instead of searching through folders, they can just ask the AI to find the right answer for a customer.
Can I see what people are searching for with Helpjuice MCP?
Yes, you can pull recent search trends to see what terms your visitors are using. This helps you identify what information is missing from your current documentation.
Does Helpjuice MCP work with Claude?
Yes, this Connector is compatible with Claude, Cursor, Windsurf, and any other AI client that supports the Model Context Protocol.
How do I manage categories in Helpjuice with this Connector?
You can simply ask your AI client to list or manage your categories. This helps you keep your documentation organized without having to navigate the Helpjuice dashboard.
Can I update existing articles using Helpjuice MCP?
Yes, you can ask your agent to update specific articles with new information. It will modify the existing content while keeping your documentation current.
How do I find my Helpjuice API Key?
Log in to your Helpjuice account, go to Settings, and you will find your API Key listed in the account or integration section. Ensure you have the necessary permissions to access API settings.
What is the Helpjuice 'Subdomain'?
The subdomain is the unique part of your Helpjuice URL (e.g., if your KB is at mycompany.helpjuice.com, your subdomain is mycompany).
Can I search for specific terms across my documentation?
Yes! Use the search_kb capability. It performs a real-time search across article titles and body content, returning the most relevant results from your knowledge base.
Is the integration secure for managing documentation?
Absolutely. The integration uses official Helpjuice API keys over HTTPS. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to Helpjuice.
Connect Helpjuice once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available