How to Use the Moxie MCP in Cursor
Build features while Cursor logs your time and tasks in Moxie.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Moxie MCP to Cursor
Create your Vinkius account to connect Moxie 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.
Live project tracking
Context switching kills developer momentum. When you connect your workspace to Moxie, Cursor pulls your active sprints directly into your IDE using `search_projects`. You can ask the agent what you should work on next, and it reads your actual project board. Breaking down features becomes a native editor function. Highlight a complex block of code, ask Agent mode to split it into actionable chunks, and watch it use `create_task` to populate your freelance backlog. The work gets scoped without you ever touching a web browser.
Cursor MCP Server automation
Freelance developers hate logging hours. This MCP Server changes the dynamic entirely by letting your code editor handle the timesheet. Tell Cursor you just finished the authentication module, and it fires `create_time_entry` against the active project. Team collaboration stays visible right where you write code. If you need to assign a code review to a contractor, the agent runs `list_users` to find their ID. You stay in your terminal while the administrative work happens in the background.
Engineering support tickets
Client bug reports usually sit in email until you manually port them over. Now you can paste an error trace into your editor and have Cursor analyze the stack. Once it understands the issue, it triggers `create_ticket` to log the bug in your queue. Onboarding new accounts is just as fast from the command palette. When a new contract signs, tell your agent to set them up. It runs `create_client` and preps the workspace so you can start pushing code immediately.
Set up Moxie 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 Moxie 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 Moxie transactions." If the MCP tools are loaded correctly, Cursor will call the Moxie tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"moxie-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 Moxie. 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 Moxie MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Moxie MCP today
We host it, we monitor it, we maintain it. You just paste one token.