Labsco
MCP SERVER

Fireflies

by Props-Labs

Pull up a meeting transcript from Fireflies and get the part you actually need out of it.

Speech Synthesis & Transcription
Summary
Meeting history, searchable from the conversation.

Search is what makes it worth wiring up: instead of remembering which call something was said on, you look for the phrase and open the transcript it came back in.

What it is

An MCP server over the Fireflies.ai API. It lists your meeting transcripts and filters them by date, searches their text for a phrase, opens one in full with its speakers and metadata, and asks Fireflies for a summary in bullet points or in prose.

What you get
  • A list of your transcripts, narrowed by date range
  • One transcript in full - speakers, content and metadata
  • Transcripts found by keyword rather than by date
  • A summary of a meeting, as bullet points or as a paragraph
Requirements

A Fireflies API key, created under Settings > API in the Fireflies dashboard and passed as FIREFLIES_API_KEY. The package runs through npx, so nothing is installed permanently.

Setup effort

One command plus a key — npx -y @props-labs/mcp/fireflies, then supply credentials