How to Use the LiquidPlanner Classic MCP in Cursor
Write code and manage your LiquidPlanner Classic project schedules directly from the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LiquidPlanner Classic MCP to Cursor
Create your Vinkius account to connect LiquidPlanner Classic 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 project context in Cursor
The `list_projects` and `list_tasks` tools in the LiquidPlanner Classic MCP Server let your Cursor agent pull live workspace data while you write code. By running these tools, the agent gets real-time context to write accurate documentation or plan feature releases. You don't have to copy-paste issue IDs or task descriptions. The agent reads the exact task details from your workspace using `get_task` and writes code that matches your current project requirements.
Create tasks from code comments
The `create_task` tool lets your agent turn TODO comments in your code into actual tasks in your default workspace. If you need to group tasks, the agent uses `list_projects` to find the correct parent ID. To make sure the new task is assigned correctly, the agent runs `list_members` to match the developer's name. This links your codebase directly to your project schedule without manual data entry.
Keep project schedules updated as you commit
The `update_task` tool allows Cursor to update task progress as you write and modify code. Your agent can change task details or move them to different parent folders based on your current coding milestones. If you need to check your active workspace before making changes, Cursor runs `get_workspace` or `list_workspaces` over the MCP connection. This keeps your updates contained to the correct environment.
Set up LiquidPlanner Classic 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 LiquidPlanner Classic 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 LiquidPlanner Classic transactions." If the MCP tools are loaded correctly, Cursor will call the LiquidPlanner Classic tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"liquidplanner-classic-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 LiquidPlanner Classic. 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 LiquidPlanner Classic MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LiquidPlanner Classic MCP today
We host it, we monitor it, we maintain it. You just paste one token.