loading…
Search for a command to run...
loading…
Enables access to Jiminny sales call transcripts, AI-generated summaries, and action items directly within Cursor. Users can list recent conversations, retrieve
Enables access to Jiminny sales call transcripts, AI-generated summaries, and action items directly within Cursor. Users can list recent conversations, retrieve speaker-labeled transcripts, and search for specific meeting topics using natural language.
Access your Jiminny sales call transcripts, summaries, and action items directly from Cursor.
Ask Cursor things like:
git clone https://github.com/fzheng0222/jiminny-mcp.git
Open the cloned folder in Cursor, then in chat type:
"Help me set up this MCP server"
Cursor will automatically:
Press Cmd+Shift+P → type "Reload Window" → hit Enter.
That's it! Open a new chat and try: "List my recent Jiminny conversations"
If you see a 401 error, your token needs refreshing. Just ask Cursor:
"Update my Jiminny token"
It will walk you through getting a new one.
These are pre-built workflows — just type the prompt name in Cursor chat:
| Prompt | What to ask Cursor |
|---|---|
| Deal Brief | "Use the deal_brief prompt for Illuvium" |
| Weekly Digest | "Use the weekly_sales_digest prompt" |
| Feature Demand | "Use the feature_demand prompt" |
| Tool | What it does |
|---|---|
jiminny_list_conversations |
Lists recorded calls (paginated, newest first) |
jiminny_get_transcript |
Full transcript with speaker labels and timestamps |
jiminny_get_summary |
AI-generated summary, action items, and key points |
| Problem | Fix |
|---|---|
| "JIMINNY_TOKEN is not set" | Ask Cursor: "help me set up this MCP server" |
| 401 error | Token expired — ask Cursor: "update my Jiminny token" |
| 403 error | You don't have access to that conversation in Jiminny |
| Tools not showing | Restart Cursor (Cmd+Shift+P → "Reload Window") |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"jiminny-mcp-server": {
"command": "npx",
"args": []
}
}
}