Jiminny MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/fzheng0222/jiminny-mcp.git
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "JIMINNY_TOKEN=${JIMINNY_TOKEN}" jiminny-mcp -- node "<FULL_PATH_TO_JIMINNY_MCP>/dist/index.js"

Replace <FULL_PATH_TO_JIMINNY_MCP>/dist/index.js with the actual folder you prepared in step 1.

Required:JIMINNY_TOKEN
README.md

Access your Jiminny sales call transcripts, summaries, and action items.

Jiminny MCP Server for Cursor

Access your Jiminny sales call transcripts, summaries, and action items directly from Cursor.

What You Can Do

Ask Cursor things like:

  • "List my recent Jiminny conversations"
  • "Get the transcript for the call with Luc Bernard"
  • "Summarize last week's SoV growth meeting"
  • "Find calls where pricing was discussed"

Setup (3 minutes)

1. Clone this repo

git clone https://github.com/fzheng0222/jiminny-mcp.git

2. Open in Cursor and ask it to set up

Open the cloned folder in Cursor, then in chat type:

"Help me set up this MCP server"

Cursor will automatically:

  • Install dependencies
  • Walk you through getting your Jiminny token (with step-by-step instructions)
  • Configure everything for you

3. Restart Cursor

Press Cmd+Shift+P → type "Reload Window" → hit Enter.

That's it! Open a new chat and try: "List my recent Jiminny conversations"

Token Expired?

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.

Built-in Prompts (for Sales Leaders)

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"
  • Deal Brief — Get a full brief on any deal: status, stakeholders, risks, next steps
  • Weekly Digest — Monday morning summary of all calls, action items, and deals needing attention
  • Feature Demand — What product features are prospects asking for most across recent calls

Available Tools

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

Troubleshooting

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")

Tools (3)

jiminny_list_conversationsLists recorded calls in a paginated format, showing the newest first.
jiminny_get_transcriptRetrieves the full transcript of a call including speaker labels and timestamps.
jiminny_get_summaryProvides an AI-generated summary of a call, including action items and key points.

Environment Variables

JIMINNY_TOKENrequiredAuthentication token for accessing Jiminny API

Configuration

claude_desktop_config.json
{"mcpServers": {"jiminny": {"command": "node", "args": ["/path/to/jiminny-mcp/index.js"], "env": {"JIMINNY_TOKEN": "your_token_here"}}}}

Try it

List my recent Jiminny conversations
Get the transcript for the call with Luc Bernard
Summarize last week's SoV growth meeting
Find calls where pricing was discussed
Use the deal_brief prompt for Illuvium

Frequently Asked Questions

What are the key features of Jiminny MCP Server?

Access to recorded sales call transcripts with speaker labels. AI-generated meeting summaries and action items. Natural language search for meeting topics. Pre-built workflows for deal briefs and weekly digests.

What can I use Jiminny MCP Server for?

Sales leaders reviewing deal status and risks before meetings. Account managers quickly catching up on action items from previous calls. Product managers identifying recurring feature requests from prospect feedback. Sales teams preparing for weekly pipeline reviews.

How do I install Jiminny MCP Server?

Install Jiminny MCP Server by running: git clone https://github.com/fzheng0222/jiminny-mcp.git

What MCP clients work with Jiminny MCP Server?

Jiminny MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Jiminny MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare