fireflies
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
fireflies_search— Advanced search for meeting transcripts using mini grammar syntax (experimental).fireflies_get_transcripts— Query multiple meetings with structured filters, returning metadata and summaries.fireflies_get_transcript— Fetch detailed transcript by ID with sentences, speakers, and timestamps.fireflies_fetch— Retrieve complete meeting data including transcript, summary, and metadata (experimental).fireflies_get_summary— Fetch meeting summary with action items, keywords, and overview.fireflies_get_active_meetings— Retrieve currently active or paused in-progress meetings.fireflies_get_analytics— Retrieve team and per-user meeting analytics with conversation metrics.fireflies_share_meeting— Share a meeting transcript with specified email addresses.fireflies_revoke_meeting_access— Revoke previously shared meeting access for a specific user.fireflies_update_meeting_title— Update the title of a meeting transcript.fireflies_move_meeting— Move one or more meeting transcripts to a specified channel/folder.fireflies_list_channels— List all channels/folders available to the authenticated user.fireflies_get_channel— Retrieve details of a specific channel/folder by its ID.fireflies_get_soundbites— Fetch short shareable audio/transcript clips from meetings.fireflies_create_soundbite— Create a soundbite (clip) from a meeting transcript.fireflies_get_user— Fetch user account details and profile information.fireflies_get_usergroups— Fetch user groups for the authenticated user or team.fireflies_get_user_contacts— Fetch contact list sorted by most recent meeting date.fireflies_get_rule_executions— Retrieve rule execution logs showing triggered automation rules.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.