Overview
Fireflies MCP Server is a server designed to interface with the Fireflies.ai API, enabling users to retrieve, search, and generate summaries of meeting transcripts.
To use the Fireflies MCP Server, you need to create a Fireflies API key, clone the repository, install dependencies, and start the server with your API key.
- Transcript Management: Retrieve and search meeting transcripts with filtering options. - Detailed Information: Get comprehensive details about specific transcripts. - Advanced Search: Find transcripts containing specific keywords or phrases. - Summary Generation: Generate concise summaries of meeting transcripts in different formats.
- Managing and searching through meeting transcripts for easy access.
- Generating summaries for quick insights from meetings.
- Filtering transcripts based on specific dates or keywords for targeted information.
Add to your AI client
Use these steps to connect Fireflies MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"fireflies-mcp-props-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"fireflies-mcp-props-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"fireflies-mcp-props-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"fireflies-mcp-props-labs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fireflies-mcp-props-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"fireflies-mcp-props-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireflies-mcp-props-labs"
]
}
}
}FAQ
How do I create a Fireflies API key?
You can create a Fireflies API key by going to the Fireflies.ai dashboard, navigating to Settings > API, and generating a new API key.
What programming language is used in this project?
The project is developed in JavaScript.
Is there a license for this project?
Yes, the MCP server is licensed under the MIT License, allowing free use, modification, and distribution.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1788,"uuid":"c8531e8c-70aa-4f06-b7c6-dd0e146a61ce","name":"fireflies-mcp","title":"Fireflies MCP Server","description":"An MCP server for fireflies","avatar_url":"https://avatars.githubusercontent.com/u/95655982?v=4","created_at":"2025-03-05T05:22:36.046Z","updated_at":"2025-03-12T10:20:56.128Z","status":"created","author_name":"Props-Labs","author_avatar_url":"https://avatars.githubusercontent.com/u/95655982?v=4","tags":"fireflies,mcp,transcript-management","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Props-Labs/fireflies-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-04 15:48:22\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]