Fireflies.ai
About
Transcribe and analyze meetings using the Fireflies.ai API.
Details
- Author
- cassler
- Categories
- Productivity
Jump to
Setup
Install Fireflies.ai in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/cassler/fireflies-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Supercharge your meeting workflows with seamless transcript access, search, and AI-powered summaries—right from your terminal or automation tools!
Fireflies MCP Serveris an open source Modern Command Protocol (MCP) server that unlocks the full power of theFireflies.aiAPI. Instantly retrieve, search, and summarize your meeting transcripts with simple commands or integrate into your favorite tools. Perfect for productivity enthusiasts, automation fans, and teams who want to get more from their meeting data.
- Instant Access: Fetch and filter all your Fireflies meeting transcripts in seconds.
- Deep Insights: Get detailed transcript info, including speakers and full content.
- Smart Search: Find exactly what you need with powerful keyword and phrase search.
- AI Summaries: Generate concise, actionable summaries in your preferred format.
- Easy Integration: Works with Claude Desktop, scripts, and any MCP-compatible client.
- Open Source & Extensible: Community-driven, MIT-licensed, and ready for your contributions!
# 1. Install (requires Node.js and npm or pnpm) npm install -g fireflies-mcp-server # 2. Get your Fireflies API key from https://fireflies.ai/dashboard/settings/api # 3. Start the server FIREFLIES_API_KEY=your_api_key fireflies-mcp-server
- Transcript Management: List and filter your Fireflies meeting transcripts
- Transcript Details: Retrieve in-depth information for any transcript, including speakers and full content
- Keyword Search: Locate transcripts by searching for specific words or phrases
- Automated Summaries: Instantly generate concise summaries in either paragraph or bullet point format
- fireflies_get_transcripts— List transcripts (with optional filters:limit,from_date,to_date)
- fireflies_get_transcript_details— Get full details for a transcript (transcript_id)
- fireflies_search_transcripts— Search transcripts by keyword or phrase (query, optionallimit)
- fireflies_generate_summary— Generate a summary for a transcript (transcript_id, optionalformat)
- Node.js (v16+ recommended)
- A Fireflies API key (get yours here)
4. (Optional) Use a Custom Build Directory
By default, the build output goes to thedistdirectory. To specify a different build/output directory, set theBUILD_DIRenvironment variable before building:
This will output the build tocustom-distinstead ofdist.
After building, you'll want to point Claude Desktop to your custom build directory. Here's what your terminal output and configuration might look like:
$ echo "Add this to your claude_desktop_config.json mcpServers array:" Add this to your claude_desktop_config.json mcpServers array: { "mcpServers": { "fireflies": { "command": "node", "args": ["/absolute/path/to/custom-dist/index.js"], "env": { "FIREFLIES_API_KEY": "<YOUR_API_KEY>" } } } }
Replace/absolute/path/to/custom-dist/index.jswith the actual path to your custom build output.
FIREFLIES_API_KEY=your_api_key npm start # or FIREFLIES_API_KEY=your_api_key pnpm start
./setup.sh FIREFLIES_API_KEY=your_api_key npm start
We love contributions! Whether it's a bug fix, new feature, or documentation improvement, your help is welcome. Please check outCONTRIBUTING.mdfor guidelines, or open an issue to start a discussion.
- Fireflies.ai Documentation
- GitHub Issues— for bug reports and feature requests
- Join the conversation! PRs and feedback are always appreciated.
This project is licensed under the MIT License. See theLICENSEfile for details.
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



