Fireflies MCP Server
@Props-Labs
关于 Fireflies MCP Server
An MCP server for fireflies
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fireflies": {
"command": "npx",
"args": [
"-y",
"@props-labs/mcp/fireflies"
],
"env": {
"FIREFLIES_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
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
概览
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.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论