Fireflies MCP Server
by Props-Labs
The Fireflies MCP Server enables integration with the Fireflies.ai API for transcript retrieval, search, and summary generation. It provides tools to manage and analyze meeting transcripts.
Last updated: N/A
What is Fireflies MCP Server?
This is an MCP (Microservice Communication Protocol) server that acts as a bridge between applications and the Fireflies.ai API. It allows you to retrieve, search, and summarize meeting transcripts from Fireflies.ai.
How to use Fireflies MCP Server?
To use this server, you need a Fireflies.ai API key. Configure the server with your API key and then use the provided tools (fireflies_get_transcripts, fireflies_get_transcript_details, fireflies_search_transcripts, fireflies_generate_summary) by sending requests with the required inputs. You can integrate it with Claude Desktop by adding the server configuration to your claude_desktop_config.json
.
Key features of Fireflies MCP Server
Transcript Management
Detailed Information Retrieval
Advanced Search Capabilities
Summary Generation in Multiple Formats
Use cases of Fireflies MCP Server
Analyzing meeting content for key insights
Searching for specific information within meeting transcripts
Generating summaries for quick overviews of meetings
Integrating meeting data into other applications
FAQ from Fireflies MCP Server
How do I get a Fireflies API key?
How do I get a Fireflies API key?
Go to the Fireflies.ai dashboard, navigate to Settings > API, and generate a new API key.
What permissions does the API key need?
What permissions does the API key need?
The API key needs permissions to access and manage meeting transcripts.
How do I install the server?
How do I install the server?
Clone the repository, install dependencies using npm install
or pnpm install
, and build the project using npm run build
or pnpm build
.
How do I start the server?
How do I start the server?
Set the FIREFLIES_API_KEY
environment variable and run npm start
or pnpm start
.
What formats are supported for summary generation?
What formats are supported for summary generation?
The server supports generating summaries in 'bullet_points' or 'paragraph' format.