# Fireflies.ai MCP for AI Agents AI Agent Connect

> Fireflies.ai MCP. It lets your AI agent pull transcripts, summaries, and action items directly from your meetings. You can ask questions about specific conversations, manage your meeting history, and even pull in live recordings. It turns your meeting history into a searchable knowledge base for your agent.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rpYO2rVk7EyzHIZowd6DE5cRaGvz0QT7b89bWPBu/ai-agent-connect
- **Tags:** meeting-transcription, ai-summarization, action-items, voice-to-text, knowledge-retrieval, meeting-notes

## Description

Imagine you're in a meeting three weeks ago and you need to remember exactly what the client said about the budget. Instead of digging through old notes or scrubbing through a long video, you just ask your agent. This Connector connects your account so your agent can actually see those transcripts. It can pull out specific action items, summarize long calls, and even find those tiny details hidden in a transcript of a dozen different meetings. Whether you're looking for a specific sentiment from a sales demo or trying to recap a product sync, it puts all that conversational data into one place. It's a big part of why people choose the Vinkius catalog, because it makes your meeting history actionable rather than just sitting there as a pile of text files. You don't have to copy-paste anything; your agent just knows what happened, who said it, and what needs to happen next.

## Tools

### add_to_live_meeting
Invites the Fireflies bot to join an active Zoom, Meet, or Teams call. This helps your agent get into live sessions automatically.

### ask_fred
Lets your agent answer complex questions about specific meeting content using natural language. It finds specific details without you having to search manually.

### delete_transcript
Removes a specific meeting record from your history. Use this to keep your records clean.

### get_account_info
Fetches your profile details and account metadata. This gives your agent context about your workspace.

### get_ai_app_outputs
Retrieves responses generated by Fireflies' internal AI applications. This pulls in extra layers of analysis.

### get_transcript
Pulls the full text log for a specific meeting. This lets your agent read the exact words spoken.

### list_soundbites
Shows a list of saved conversation clips from your meetings. It helps you find the most important moments.

### list_transcripts
Retrieves a list of all your recorded meeting transcripts. Use this to browse your full meeting history.

### list_team_users
Shows all the users within your organization's account. This helps coordinate knowledge across your whole team.

### list_webhooks
Shows all the active webhooks you have configured. Use this to manage your automated notifications.

### update_meeting_title
Changes the name of a meeting in your history. This helps keep your records organized and easy to find.

### upload_audio
Sends a public audio URL to be transcribed by the system. This turns voice memos into searchable text.

## Prompt Examples

**Prompt:** 
```
What did the client say about the pricing in the last demo?
```

**Response:** 
```
Based on the 'Demo_Client_X' transcript, the client mentioned: **'The current price is a bit high for the volume we need.'** 

They specifically asked if there's a bulk discount for 500+ units. Would you like me to draft a response to that?
```

**Prompt:** 
```
Summarize the action items from the project sync today.
```

**Response:** 
```
Here are the tasks from today's 'Project Sync': 

* **John**: Update the API docs by Friday. 
* **Sarah**: Reach out to the design team for assets. 
* **Team**: Review the new landing page draft. 

Should I add these to your task list?
```

**Prompt:** 
```
Who was the lead on the mobile UI discussion?
```

**Response:** 
```
During the 'Mobile UI Review' meeting, **Sarah** was the primary lead. She presented the new navigation flow and handled the majority of the feedback regarding button sizes.
```

## Capabilities

### Query meeting content
Ask your agent specific questions about what was said in a past call.

### Pull transcripts
Get the full text logs for any meeting in your history.

### Join live calls
Invite the recording bot to ongoing Zoom, Meet, or Teams meetings.

### Get AI summaries
Extract action items and key decisions from your recorded conversations.

### Transcribe audio
Turn public audio URLs into searchable text logs.

### Manage soundbites
List and organize specific clips from your meetings.

## Use Cases

### Finding specific customer feedback
A PM asks the agent what the client said about the UI. The agent uses ask_fred to pull the exact quote from a call that happened last month.

### Sales demo prep
A rep wants to know the budget mentioned in a demo. The agent uses list_transcripts and get_ai_app_outputs to summarize the numbers.

### Automated meeting recaps
An ops lead needs a summary of a sync. The agent pulls the latest transcript and highlights the next steps for the team.

### Converting voice memos
Someone has a recorded voice memo. They use upload_audio to turn it into a searchable text log that the agent can analyze.

## Benefits

- Stop searching through old notes by using list_transcripts to quickly find any past conversation.
- Get instant answers on specific details with ask_fred instead of re-watching hours of video.
- Keep your project moving by pulling action items directly into your workspace with get_ai_app_outputs.
- Automate your documentation by using add_to_live_meeting to get bots into every sync automatically.
- Organize your records easily by using update_meeting_title and list_soundbites to keep things tidy.
- Access your entire team's history with list_team_users to coordinate knowledge across the company.

## How It Works

The bottom line is your meeting history becomes a queryable database for your AI agent.

1. Get your API key from your Fireflies.ai settings.
2. Connect this Connector to your agent through the Vinkius catalog.
3. Start asking your agent questions about your past meetings.

## Frequently Asked Questions

**Can the Fireflies.ai MCP search through all my past meetings?**
Yes, it lets your agent browse your entire history of transcripts to find specific details without you having to open the dashboard manually.

**How do I get my agent to know what happened in a live call?**
You can use the Connector to invite the Fireflies bot to a live meeting, which then allows your agent to access the recording and summary in real time.

**Can I ask questions about specific parts of a transcript?**
Yes, the Connector includes a tool that lets your agent answer complex questions about specific meeting content using natural language.

**Does the Fireflies.ai MCP work with my existing Fireflies account?**
It connects directly to your existing Fireflies.ai account using your API key, so all your current data remains accessible.

**Can I use this to transcribe audio files I already have?**
You can provide a public audio URL to the Connector, and it will handle the transcription so the text becomes searchable for your agent.

**Will this help me keep track of action items?**
Absolutely. Your agent can pull summaries and specific action items from past meetings to ensure nothing falls through the cracks.

**How do I find my Fireflies API Key?**
Log in to your Fireflies.ai dashboard, navigate to **Settings** > **API**, and copy your unique token.

**What is AskFred?**
AskFred is an AI-powered meeting assistant that can answer questions about any of your recorded meetings based on their transcript data.

**Can I record a meeting that is already in progress?**
Yes! Use the `add_to_live_meeting` tool and provide the join URL. The Fireflies bot will attempt to join the call immediately.