Fireflies MCP Server
@Props-Labs
About Fireflies MCP Server
An MCP server for fireflies
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fireflies": {
"command": "npx",
"args": [
"-y",
"@props-labs/mcp/fireflies"
],
"env": {
"FIREFLIES_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
8`limit` (optional number): Maximum number of transcripts to return
Array of transcript objects with basic information
`transcript_id` (string): ID of the transcript to retrieve
Comprehensive transcript details including speakers, content, and metadata
`query` (string): Search query to find relevant transcripts
Array of matching transcript objects
`transcript_id` (string): ID of the transcript to summarize
Generated summary text
Overview
What is Fireflies MCP Server?
The Fireflies MCP Server is a Model Context Protocol server that integrates with the Fireflies.ai API, enabling transcript retrieval, search, and summary generation for meeting transcripts. It is designed for users who want to manage and query meeting recordings through AI assistants like Claude.
How to use Fireflies MCP Server?
Install dependencies with npm install or pnpm install, build the project with npm run build or pnpm build, then set the FIREFLIES_API_KEY environment variable and start the server with npm start. For Claude Desktop, add the provided configuration block to claude_desktop_config.json.
Key features of Fireflies MCP Server
- Retrieve a list of meeting transcripts with optional date filters
- Get comprehensive details of a specific transcript by ID
- Search transcripts containing specific keywords or phrases
- Generate summaries in bullet point or paragraph format
- Supports limit and pagination for transcript queries
Use cases of Fireflies MCP Server
- Quickly retrieve recent meeting transcripts from a date range
- Get detailed speaker and content information from a specific meeting
- Search through all transcripts for a particular topic or keyword
- Generate concise summaries of long meetings for quick review
- Integrate meeting data into AI workflows for automated analysis
FAQ from Fireflies MCP Server
What API key is required?
A Fireflies API key is required. Create one from the Fireflies.ai dashboard under Settings > API, then copy and set it as the FIREFLIES_API_KEY environment variable.
How do I configure it with Claude Desktop?
Add the following JSON block to your claude_desktop_config.json under mcpServers: "fireflies": { "command": "npx", "args": ["-y", "@props-labs/mcp/fireflies"], "env": { "FIREFLIES_API_KEY": "<YOUR_API_KEY>" } }.
What summary formats are available?
The summary can be generated in either bullet_points or paragraph format, specified via the optional format input.
What is the license of this server?
This MCP server is licensed under the MIT License.
More Other MCP servers
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments