trackmcp
Back to directory
Props-Labs

fireflies-mcp

View on GitHub

An MCP server for fireflies

5 stars JavaScriptOthers Updated Oct 29, 2025

Documentation

Fireflies MCP Server

MCP Server for the Fireflies.ai API, enabling transcript retrieval, search, and summary generation.

Features

  • Transcript Management: Retrieve and search meeting transcripts with filtering options
  • Detailed Information: Get comprehensive details about specific transcripts
  • Advanced Search: Find transcripts containing specific keywords or phrases
  • Summary Generation: Generate concise summaries of meeting transcripts in different formats

Tools

1. `fireflies_get_transcripts`

    2. `fireflies_get_transcript_details`

      3. `fireflies_search_transcripts`

        4. `fireflies_generate_summary`

          Setup

          Fireflies API Key

          Create a Fireflies API Key with appropriate permissions:

            Usage with Claude Desktop

            To use this with Claude Desktop, add the following to your `claude_desktop_config.json`:

            json
            {
              "mcpServers": {
                "fireflies": {
                  "command": "npx",
                  "args": [
                    "-y",
                    "@props-labs/mcp/fireflies"
                  ],
                  "env": {
                    "FIREFLIES_API_KEY": ""
                  }
                }
              }
            }

            Installation

            1. Clone this repository

            2. Install dependencies:

            bash
            npm install
            # or
            pnpm install

            3. Build the project:

            bash
            npm run build
            # or
            pnpm build

            Usage

            Starting the Server

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

            You can also use the setup script:

            bash
            ./setup.sh
            FIREFLIES_API_KEY=your_api_key npm start

            License

            This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

            Frequently asked questions

            What is fireflies-mcp?

            fireflies-mcp is An MCP server for fireflies

            How do I install fireflies-mcp?

            Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

            Is fireflies-mcp open source?

            Yes — it is hosted on GitHub at https://github.com/Props-Labs/fireflies-mcp and has 5 stars.

            Related MCP tools

            Run your own MCP server? See who uses it and what to fix.

            Measure it with TrackMCP