- Overview
- Available Tools
- Typical Workflows
- Search → Transcript Retrieval
- Discovery → Analysis Workflow
- Tool Details
- fireflies_list_transcripts
- fireflies_get_transcript
- fireflies_search_transcripts
- Integration with Mind Reasoner
- Creating Minds from Fireflies Transcripts
- Topic-Based Mind Creation
- Tips for Effective Use
- Search Strategies
- Combining Tools
- Unique Fireflies Features
- Powerful Keyword Search
- Speaker Analytics
- GraphQL Backend
- Limitations & Considerations
- Speaker Email Attribution
- API Rate Limits
- Data Access
- Next Steps
Fireflies Tools Reference
Setup Required
These tools require Fireflies integration to be configured. See the Fireflies Setup Guide for configuration instructions.
Overview
When you connect Fireflies to your MCP server, you get 3 additional tools that provide comprehensive access to your meeting transcripts. These tools work together to list transcripts, search across all meetings, and retrieve detailed conversation data.
Speaker Email Limitation
Fireflies does not directly provide speaker email addresses. The MCP server infers emails by correlating speaker names with meeting attendee emails via name matching. For guaranteed accurate speaker emails, use Gong or Fathom.
Available Tools
Typical Workflows
Search → Transcript Retrieval
Example natural language command:
Discovery → Analysis Workflow
Example natural language command:
Tool Details
fireflies_list_transcripts
Purpose: List meeting transcripts with metadata and date filtering
Key Features:
- Date range filtering (from/to dates)
- Pagination support for large result sets
- Returns transcript IDs, titles, participants, duration, date
- Quick overview of available meetings
When to use:
- Finding specific transcripts by date
- Discovering available meetings before retrieval
- Building transcript inventories
- Browsing recent discussions
fireflies_get_transcript
Purpose: Retrieve detailed transcripts with speaker analytics
Key Features:
- Complete conversation text
- Speaker names (emails inferred via name matching)
- Timestamp information
- Structured by speaker turns
- Speaker analytics (talk time, word count, speaking patterns)
When to use:
- Creating minds from meeting conversations
- Analyzing speaker participation
- Extracting individual speaker segments
- Training AI on actual conversations
fireflies_search_transcripts
Purpose: Search across all transcripts by keyword
Key Features:
- Keyword search across full transcript text
- Date range filtering combined with keyword search
- Find specific topics or phrases
- Returns matching transcripts with relevance
When to use:
- Finding discussions about specific topics
- Locating mentions of products, features, or customers
- Discovering relevant conversations across time
- Building topic-specific mind training sets
Integration with Mind Reasoner
Creating Minds from Fireflies Transcripts
The most common workflow combines Fireflies tools with Mind Reasoner tools:
- Discovery: Use
fireflies_search_transcriptsorfireflies_list_transcriptsto find relevant meetings - Retrieval: Use
fireflies_get_transcriptto get the full conversation - Mind Creation: Use Mind Reasoner
create_mindto create a digital entity - Upload: Upload the Fireflies transcript as training data
- Training: Create snapshot and wait for AI training to complete
- Simulation: Run predictions based on the meeting conversation patterns
Natural language example:
AI automatically orchestrates all steps.
Topic-Based Mind Creation
Leverage Fireflies’ powerful search:
The AI will:
- Search transcripts for “pricing objections”
- Retrieve all matching transcripts
- Extract relevant segments
- Create a consolidated mind
- Train on pricing-related conversations
Tips for Effective Use
Search Strategies
By Keyword:
Combined with Date:
By Topic:
Combining Tools
Get maximum value by using tools together:
This single command uses:
fireflies_list_transcriptsfor discoveryfireflies_search_transcriptsfor filteringfireflies_get_transcriptfor retrieval- Mind Reasoner tools for mind creation
Unique Fireflies Features
Powerful Keyword Search
Unlike Gong and Fathom, Fireflies provides native keyword search:
- Search across all transcript text
- Find specific topics without knowing dates or participants
- Discover conversations you might have forgotten
- Build topical datasets for mind training
Speaker Analytics
Fireflies provides detailed speaker analytics:
- Talk time percentage
- Word count
- Speaking patterns
- Participation rates
Use these to:
- Identify dominant speakers
- Find balanced conversations
- Select high-quality training data
GraphQL Backend
Fireflies uses GraphQL (vs REST for Gong/Fathom):
- Efficient data fetching
- Flexible queries
- Rich data model
The MCP server handles all GraphQL complexity automatically.
Limitations & Considerations
Speaker Email Attribution
Critical limitation: Fireflies does not provide speaker emails directly.
How the MCP server handles this:
- Fireflies provides speaker names (e.g., “John Smith”)
- Fireflies provides meeting attendee list (names + emails)
- MCP server correlates names to infer emails
- Matching is best-effort, not guaranteed
Implications:
- Some speakers may not have email attribution
- Name variations can cause mismatches (“John” vs “John Smith”)
- External speakers may have less accurate matching
Solutions:
- Manually verify speaker emails when critical
- Use Gong or Fathom if accurate emails are required
- Review speaker attribution before training minds
API Rate Limits
Fireflies enforces API rate limits. The MCP server handles these automatically:
- Bulk operations may take time if rate limited
- Error messages will indicate when to retry
- Search operations count against rate limits
Data Access
You can only access:
- Transcripts you have permissions to view in Fireflies
- Transcripts from your organization’s Fireflies account
- Meetings that have been fully processed and transcribed
Next Steps
Individual Tool Docs
Explore detailed documentation for each Fireflies tool with parameters and examples.
Setup Guide
If you haven’t configured Fireflies yet, follow the setup guide.
Fireflies Setup →Workflow Examples
See complete examples of Fireflies + Mind Reasoner workflows.
Quickstart Guide →