How to Use the HowLongToBeat MCP in Cursor
Inject live game completion times directly into your codebase with Cursor. Build gaming apps faster.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HowLongToBeat MCP to Cursor
Create your Vinkius account to connect HowLongToBeat 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.
Code with live data in Cursor.
Building a recommendation engine requires the `search_game_times` tool for accurate playtime data. You do not have to hardcode mock data or stub out API calls while writing logic. Your AI client hits the HowLongToBeat MCP Server, retrieves the real completion metrics, and writes the implementation using actual JSON responses. The resulting code handles real-world data structures immediately.
Keep your hands on the keyboard.
Agent mode grabs data via the `search_game_times` tool without you leaving the editor. Context switching kills developer momentum. When you need to know the data structure for a game's playtime, the agent fetches it instantly. Tell Cursor to build a sorting function based on game length. It queries the database, sees the difference between main story and completionist times, and writes the correct parsing logic on the first try.
Wire up the database in seconds.
One config file is all it takes to activate the `search_game_times` tool. Dropping this MCP Server into your workflow requires adding the server details to .cursor/mcp.json in your project root. The entire team can share this configuration if you commit it to version control. Everyone gets instant access to the playtime search tool right inside their IDE.
Set up HowLongToBeat 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 HowLongToBeat 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 HowLongToBeat transactions." If the MCP tools are loaded correctly, Cursor will call the HowLongToBeat tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"howlongtobeat-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 HowLongToBeat. 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 HowLongToBeat MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HowLongToBeat MCP today
We host it, we monitor it, we maintain it. You just paste one token.