| name | krisp |
| description | Use the local Krisp CLI to access meeting data, transcripts, summaries, action items, activities, and upcoming meetings. Trigger whenever the user asks about Krisp, meeting notes, meeting transcripts, action items, follow-ups, upcoming calls, or finding what was discussed in a meeting.
|
Krisp CLI
Use krisp for Krisp meeting intelligence. It is a standalone local CLI that
talks directly to https://mcp.krisp.ai/mcp.
krisp <command> [flags]
All commands support -o text|json|markdown|raw; default output is text.
If authentication is needed, run:
krisp auth
Entry Points
Use these without needing meeting IDs:
krisp krisp-list-upcoming-meetings
krisp krisp-list-upcoming-meetings --days 3
krisp krisp-list-action-items --assigned-to-me true --completed false
krisp krisp-list-activities
krisp krisp-date-time
Search Workflow
When the user asks about a specific meeting, topic, person, or date:
- Search first:
krisp krisp-search-meetings --search "planning" -o json
krisp krisp-search-meetings --after "2026-02-01" --before "2026-02-28" -o json
krisp krisp-search-meetings --search "standup" --fields name,date,action_items,key_points -o json
-
Present matching meeting names, dates, and participants.
-
Fetch full content when the target meeting is clear:
krisp krisp-get-multiple-documents --ids MEETING_ID -o json
This returns full meeting content, including transcript and notes when available.
Commands
| Command | Purpose |
|---|
krisp-list-upcoming-meetings | Upcoming calendar meetings |
krisp-search-meetings | Find meetings by text, date, domain, or ID |
krisp-get-multiple-documents | Fetch full meeting content and transcripts |
krisp-list-action-items | List meeting action items |
krisp-list-activities | List Krisp activity feed items |
krisp-get-user-preferences | Read user timezone/name/company preferences |
krisp-date-time | Current date/time or date range enumeration |
Failure Handling
If krisp is not found, ask the user to install this repo locally with make install.
If Krisp returns auth errors, run krisp logout and then krisp auth.
If OAuth callback fails, verify that localhost:3000 is free or pass an allowed
--oauth-redirect-url.
When presenting meeting data, summarize useful findings and action items. Do not dump
large raw JSON unless the user explicitly asks for it.