How to Use the Jiminny MCP in Cursor
Feed real sales transcripts and coaching data directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jiminny MCP to Cursor
Create your Vinkius account to connect Jiminny 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 CRM integrations using live call data in Cursor
The `get_activity` tool pulls real call metadata directly into Cursor, letting you test your custom CRM sync scripts with actual production payloads. Your agent uses these live payloads to write precise TypeScript interfaces or Python models. Stop guessing the API response structure when writing code. This MCP Server connects your code editor directly to your conversation intelligence pipeline, fetching actual data structures in real-time.
Generate coaching dashboards with real metrics
The `get_coaching_stats` tool delivers actual rep performance numbers directly to your active Cursor coding workspace. When building custom manager dashboards, your agent calls this tool to verify how data fields map to your UI components. Combine this with `list_teams` to populate your interface with real organizational structures. It eliminates the friction of designing interfaces with placeholder names that do not match reality.
Automate action item workflows in Cursor
The `get_action_items` tool retrieves post-call tasks directly through your Cursor editor's MCP agent mode. You can write and test automated triggers that parse these tasks and push them to your project management tools. Run `list_activities` to pull a batch of recent meetings to test your parser's accuracy. Having this data inside Cursor means you can debug your parsing logic in one continuous workflow.
Set up Jiminny 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 Jiminny 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 Jiminny transactions." If the MCP tools are loaded correctly, Cursor will call the Jiminny tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"jiminny-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 Jiminny. 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 Jiminny MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jiminny MCP today
We host it, we monitor it, we maintain it. You just paste one token.