Skip to content
Fireflies.ai

Fireflies.aiMCP Server

Released
v1.0.0

Summary

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

Features

  • 19 tools over the Fireflies meeting archive, remote at api.fireflies.ai/mcp
  • Sentence-level transcripts with timestamps, plus generated summaries and action items
  • Create and retrieve soundbites from a meeting timestamp range
  • Share or revoke transcript access for up to 100 recipients
  • Team and per-user meeting analytics; rule-execution logs on Enterprise
  • OAuth or API key, over streamable HTTP or SSE

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Fireflies.ai" tools will be available.
{
  "mcpServers": {
    "fireflies-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.fireflies.ai/mcp"
      ]
    }
  }
}

Description

Fireflies.ai records, transcribes and summarises meetings; this is its official MCP server, so an agent can query that archive directly instead of being handed a pasted transcript. It runs remotely at https://api.fireflies.ai/mcp over streamable HTTP (SSE is also offered), authenticating by OAuth or API key.

Nineteen tools cover four areas.

Reading meetings

fireflies_get_transcripts filters across meetings; fireflies_get_transcript returns the full sentence-level transcript with timestamps; fireflies_get_summary returns the action items, keywords and overview; fireflies_get_active_meetings lists calls happening right now. Two experimental tools sit alongside them — fireflies_search, which takes a compact query grammar rather than a plain string, and fireflies_fetch, which returns transcript and summary together in one call.

Managing them

Share a transcript with up to 100 recipients or revoke that access, rename a meeting, and move up to five meetings into a channel at a time. fireflies_list_channels and fireflies_get_channel expose the folder structure behind that.

Soundbites

fireflies_get_soundbites retrieves existing clips and fireflies_create_soundbite cuts a new one from a timestamp range — the piece that makes an agent useful for turning a two-hour call into something a colleague will actually watch.

Team and account

User details, user groups, and a contact list ordered by recency. fireflies_get_analytics returns team and per-user meeting and conversation metrics. fireflies_get_rule_executions, which reads the automation rule execution log, requires an Enterprise plan.

Several tools are marked experimental and are being rolled out progressively, so a client may not see the full nineteen immediately.

Related MCP Servers

MCP: ClickUp

by ClickUp

New

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

1 views

Zoom's official hosted MCP server — semantic meeting search, AI Companion summaries, transcripts, recordings, and cross-Zoom search over Team Chat, Canvas and My Notes.

3 views
Browse all MCP servers →