How to Use the Helpjuice MCP in Cursor
Write code that pulls live Helpjuice documentation and article stats directly into your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Helpjuice MCP to Cursor
Create your Vinkius account to connect Helpjuice to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build tools using live knowledge base data
Cursor lets you write code alongside an agent that calls real APIs instead of relying on outdated mock structures. Using `get_article_details` and `list_articles`, your editor pulls actual knowledge base content directly into your active workspace. This integration eliminates the guesswork when building custom support widgets or internal search tools. You get real payloads to test your frontend components against, speeding up your development cycle.
Automate documentation updates from your editor
Keep your technical docs in sync with your codebase without opening a web browser. When you modify a feature, let Cursor run `update_article` or `create_article` to update the corresponding Helpjuice guides. This MCP Server provides the direct bridge between your markdown files and your live knowledge base. Your agent handles the API formatting, ensuring your public documentation matches your latest release.
Track user engagement metrics in line
Evaluate how your documentation performs by pulling live analytics directly into your coding environment. This MCP Server runs `get_article_stats` and `get_search_trends` to show you exactly what users are reading and searching for. You can use this data to prioritize which articles need code-level updates or structural rewrites. Having these metrics next to your code helps you focus on high-impact documentation fixes.
Set up Helpjuice MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Helpjuice MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Helpjuice transactions." If the MCP tools are loaded correctly, Cursor will call the Helpjuice tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"helpjuice-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Helpjuice. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.