Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fireflies

FreeNot checked

Integrates with Fireflies.ai meeting intelligence platform to access transcripts, metadata, speaker information, and summaries from recorded meetings.

GitHubEmbed

About

Integrates with Fireflies.ai meeting intelligence platform to access transcripts, metadata, speaker information, and summaries from recorded meetings.

README

An MCP (Model Context Protocol) server that connects AI assistants to the Fireflies.ai API, enabling them to access meeting transcripts, summaries, analytics, and more.

Setup

  1. Install dependencies

    pip install -r requirements.txt
    
  2. Configure environment

    cp .env.example .env
    

    Add your Fireflies API key to .env:

    FIREFLIES_API_KEY=your_fireflies_api_key_here
    

    Get your API key from Fireflies Settings.

  3. Run the server

    python server.py
    

Tools

Meetings

Tool Description
list_meetings(limit) List recent recorded meetings
search_meetings(query_text) Search meetings by keyword
get_meetings_by_date(start_date, end_date) Filter meetings by date range (YYYY-MM-DD)

Transcripts

Tool Description
get_meeting_notes(transcript_id) Get full transcript and action items
get_meeting_summary(transcript_id) Get AI-generated summary, keywords, and action items
export_transcript_markdown(transcript_id) Export transcript as formatted Markdown

Analytics

Tool Description
get_speakers(transcript_id) Get speakers with word and sentence counts
get_meeting_analytics(transcript_id) Get talk-time, participation %, and word counts per speaker
get_all_action_items(limit) Aggregate action items from recent meetings

User

Tool Description
get_user_info() Get Fireflies account info
add_bot_to_meeting(meeting_url, title) Add Fireflies bot to a live meeting

Project Structure

├── server.py         # MCP server entry point
├── client.py         # Fireflies GraphQL client
├── config.py         # Environment config
├── tools/
│   ├── meetings.py   # Meeting listing and search tools
│   ├── transcript.py # Transcript and summary tools
│   ├── analytics.py  # Speaker analytics tools
│   └── user.py       # User and bot management tools
└── requirements.txt

License

See LICENSE.

from github.com/adityagupta930/mcp-server

Installing Fireflies

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/adityagupta930/mcp-server

FAQ

Is Fireflies MCP free?

Yes, Fireflies MCP is free — one-click install via Unyly at no cost.

Does Fireflies need an API key?

No, Fireflies runs without API keys or environment variables.

Is Fireflies hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Fireflies in Claude Desktop, Claude Code or Cursor?

Open Fireflies on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fireflies with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs