Fireflies MCP Server

Fireflies MCP Server

Enables access to Fireflies.ai meeting transcripts with capabilities to retrieve, search, filter, and generate AI-powered summaries of meeting content through the Fireflies API.

Category
Visit Server

README

Fireflies MCP Server

npm version MIT License PRs Welcome

Supercharge your meeting workflows with seamless transcript access, search, and AI-powered summariesβ€”right from your terminal or automation tools!


πŸš€ Introduction

Fireflies MCP Server is an open source Modern Command Protocol (MCP) server that unlocks the full power of the Fireflies.ai API. 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.


✨ Why Fireflies MCP Server?

  • 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!

⚑️ Quick Start

# 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

πŸ›  Features

  • 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

πŸ”Œ Endpoints

  • 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, optional limit)
  • fireflies_generate_summary β€” Generate a summary for a transcript (transcript_id, optional format)

πŸ§‘β€πŸ’» Setup & Usage

1. Prerequisites

2. Installation

npm install
# or
pnpm install

3. Build

npm run build
# or
pnpm build

4. (Optional) Use a Custom Build Directory

By default, the build output goes to the dist directory. To specify a different build/output directory, set the BUILD_DIR environment variable before building:

BUILD_DIR=custom-dist npm run build

This will output the build to custom-dist instead of dist.

5. Configuration for Claude Desktop

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.js with the actual path to your custom build output.

6. Running the Server

FIREFLIES_API_KEY=your_api_key npm start
# or
FIREFLIES_API_KEY=your_api_key pnpm start

Or use the setup script:

./setup.sh
FIREFLIES_API_KEY=your_api_key npm start

🀝 Contributing

We love contributions! Whether it's a bug fix, new feature, or documentation improvement, your help is welcome. Please check out CONTRIBUTING.md for guidelines, or open an issue to start a discussion.


πŸ’¬ Community & Support


πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured