MCP Server for the Fireflies.ai API, enabling transcript retrieval, search, and summary generation.
fireflies_get_transcripts
limit
(optional number): Maximum number of transcripts to returnfrom_date
(optional string): Start date in ISO format (YYYY-MM-DD)to_date
(optional string): End date in ISO format (YYYY-MM-DD)fireflies_get_transcript_details
transcript_id
(string): ID of the transcript to retrievefireflies_search_transcripts
query
(string): Search query to find relevant transcriptslimit
(optional number): Maximum number of transcripts to returnfireflies_generate_summary
transcript_id
(string): ID of the transcript to summarizeformat
(optional string): Format of the summary ('bullet_points' or 'paragraph')Create a Fireflies API Key with appropriate permissions:
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"fireflies": {
"command": "npx",
"args": [
"-y",
"@props-labs/mcp/fireflies"
],
"env": {
"FIREFLIES_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
npm install
# or
pnpm install
npm run build
# or
pnpm build
FIREFLIES_API_KEY=your_api_key npm start
# or
FIREFLIES_API_KEY=your_api_key pnpm start
You can also use the setup script:
./setup.sh
FIREFLIES_API_KEY=your_api_key npm start
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Seamless access to top MCP servers powering the future of AI integration.