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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント