# Fireflies MCP
Connect Fireflies to access meeting transcripts, summaries, and insights
Connect your Fireflies account to give your AI assistant access to meeting transcripts, summaries, and conversation details.
## Overview
The Fireflies integration lets your AI:
- **Get Transcripts** - Fetch a list of your recent meeting transcripts
- **Get Summary** - Retrieve AI-generated summaries for specific meetings
- **Get Sentences** - Access the full transcript content with speaker labels
## Prerequisites
- A [Fireflies.ai](https://fireflies.ai) account
- Fireflies API key
- Pro plan or higher on Chipp
## Getting Your Fireflies API Key
1. Go to [Fireflies Settings](https://app.fireflies.ai/settings)
2. Click **Developer Settings** in the sidebar
3. Copy your **API Key**
Keep your API key secure. Never share it publicly or commit it to version
control.
## Connecting Fireflies to Chipp
1. Go to [app.chipp.ai](https://app.chipp.ai) and open your app
2. Click **Build** in the sidebar
3. Scroll to the **Connect** card
4. Click **Add Pro Action**
5. Find **Fireflies** in the integration list
6. Paste your API key
7. Click **Save**
Once connected, you can enable the following tools:
- **Get Transcripts** - List recent meeting transcripts
- **Get Summary** - Get AI-generated meeting summaries
- **Get Sentences** - Access full transcript text
## Available Tools
### Get Transcripts
Fetches a list of your recent transcripts from Fireflies.
**Parameters:**
- `limit` (optional): Number of transcripts to fetch (default: 10)
**Returns:** List of transcripts with title, date, and ID
**Example:**
```
User: "Show me my recent meeting transcripts"
AI: Here are your recent transcripts:
### **Title:** Q4 Planning Meeting
### **Date:** 12/10/2025
### **ID:** abc123
---
### **Title:** Customer Call - Acme Corp
### **Date:** 12/9/2025
### **ID:** def456
```
### Get Summary
Retrieves the AI-generated summary for a specific transcript.
**Parameters:**
- `transcriptId` (required): The ID of the transcript
**Returns:** Meeting summary including key points, action items, and decisions
**Example:**
```
User: "Get the summary for the Q4 Planning meeting"
AI: Here's the summary for that meeting:
**Key Points:**
- Agreed on Q4 revenue targets
- Marketing budget increased by 15%
- New product launch scheduled for November
**Action Items:**
- Sarah: Finalize marketing plan by Friday
- John: Review sales projections
- Team: Weekly sync every Monday
```
### Get Sentences
Retrieves the full transcript content with speaker labels and timestamps.
**Parameters:**
- `transcriptId` (required): The ID of the transcript
**Returns:** Full conversation text with speaker attribution
**Example:**
```
User: "Show me what was said in the Acme Corp call"
AI: Here's the transcript:
**Sarah (00:00):** Thanks for joining today's call...
**John (00:15):** Happy to be here. Let's discuss the proposal...
```
## Example Workflows
### Meeting Recap Assistant
**System prompt:**
```
You help users catch up on meetings they missed. When asked about
a meeting, search their Fireflies transcripts to find it, then
provide a summary and key action items.
```
**User interaction:**
```
User: "What did I miss in yesterday's standup?"
AI: Let me check your recent transcripts...
[Calls: Get Transcripts]
[Calls: Get Summary for standup transcript]
Yesterday's standup covered:
- Sprint progress is on track (70% complete)
- Blocker: Waiting on design review for the dashboard
- Action item: You were assigned to follow up with the design team
```
### Customer Call Notes
**System prompt:**
```
You help sales reps review customer calls. Find transcripts for
specific customers and highlight key discussion points, objections,
and next steps.
```
**User interaction:**
```
User: "What did we discuss with Acme Corp last week?"
AI: [Calls: Get Transcripts with limit 20]
[Calls: Get Summary for Acme Corp transcript]
Your call with Acme Corp covered:
- They're interested in the Enterprise plan
- Main concern: Integration timeline with their existing tools
- Next step: You agreed to send technical documentation
- Follow-up scheduled for next Thursday
```
## Best Practices
**Start with summaries:** Use Get Summary for quick insights before diving into full transcripts
**Combine with search:** Ask your AI to find specific topics across multiple transcripts
**Cache frequently accessed data:** The integration caches results to reduce API calls
**Be patient with large transcripts:** Long meetings may take a moment to process
## Troubleshooting
### "Authentication failed"
- Verify your API key is correct
- Check that you copied the entire key from Developer Settings
- Try generating a new API key in Fireflies
### No transcripts found
- Ensure you have recordings in your Fireflies account
- Check that transcription has completed for recent meetings
- Verify you're using an account with transcripts (not a team member without access)
### Rate limit errors
- The integration automatically queues requests when rate limits are reached
- Wait a moment and the request will retry automatically
- Consider reducing the number of transcripts requested at once
## Next Steps
Explore all available Pro Action integrations
Learn the basics of connecting MCP services
## Get Help
- [Email support@chipp.ai](mailto:support@chipp.ai)
- [Join Discord](https://discord.gg/chipp)