Fireflies
Meeting transcripts, summaries, search
About Fireflies
Fireflies is an AI notetaker that records, transcribes, and summarizes meetings across conferencing platforms. Its remote MCP server lets assistants search past conversations, pull transcripts and summaries, and act on meeting knowledge stored in Fireflies.
Connection details
https://api.fireflies.ai/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add fireflies --transport http https://api.fireflies.ai/mcpFrequently asked questions
What is the Fireflies remote MCP server?
The Fireflies remote MCP server is a hosted Model Context Protocol endpoint at https://api.fireflies.ai/mcp, so AI assistants can connect to it without installing or running anything locally. Fireflies is an AI notetaker that records, transcribes, and summarizes meetings across conferencing platforms. Its remote MCP server lets assistants search past conversations, pull transcripts and summaries, and act on meeting knowledge stored in Fireflies.
How do I connect to the Fireflies MCP server?
Add the endpoint https://api.fireflies.ai/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Fireflies MCP server require authentication?
Yes. Fireflies uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Fireflies MCP server use?
Fireflies exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.