fireflies-mcp
An MCP server for fireflies
Documentation
Fireflies MCP Server
MCP Server for the Fireflies.ai API, enabling transcript retrieval, search, and summary generation.
Features
- 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
Tools
1. `fireflies_get_transcripts`
2. `fireflies_get_transcript_details`
3. `fireflies_search_transcripts`
4. `fireflies_generate_summary`
Setup
Fireflies API Key
Create a Fireflies API Key with appropriate permissions:
Usage with Claude Desktop
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": ""
}
}
}
}Installation
1. Clone this repository
2. Install dependencies:
npm install
# or
pnpm install3. Build the project:
npm run build
# or
pnpm buildUsage
Starting the Server
FIREFLIES_API_KEY=your_api_key npm start
# or
FIREFLIES_API_KEY=your_api_key pnpm startYou can also use the setup script:
./setup.sh
FIREFLIES_API_KEY=your_api_key npm startLicense
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.
Frequently asked questions
What is fireflies-mcp?
fireflies-mcp is An MCP server for fireflies
How do I install fireflies-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is fireflies-mcp open source?
Yes — it is hosted on GitHub at https://github.com/Props-Labs/fireflies-mcp and has 5 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP