Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fireflies

БесплатноНе проверен

Integrates with Fireflies.ai meeting intelligence platform to access transcripts, metadata, speaker information, and summaries from recorded meetings.

GitHubEmbed

Описание

Integrates with Fireflies.ai meeting intelligence platform to access transcripts, metadata, speaker information, and summaries from recorded meetings.

README

An MCP (Model Context Protocol) server that connects AI assistants to the Fireflies.ai API, enabling them to access meeting transcripts, summaries, analytics, and more.

Setup

  1. Install dependencies

    pip install -r requirements.txt
    
  2. Configure environment

    cp .env.example .env
    

    Add your Fireflies API key to .env:

    FIREFLIES_API_KEY=your_fireflies_api_key_here
    

    Get your API key from Fireflies Settings.

  3. Run the server

    python server.py
    

Tools

Meetings

Tool Description
list_meetings(limit) List recent recorded meetings
search_meetings(query_text) Search meetings by keyword
get_meetings_by_date(start_date, end_date) Filter meetings by date range (YYYY-MM-DD)

Transcripts

Tool Description
get_meeting_notes(transcript_id) Get full transcript and action items
get_meeting_summary(transcript_id) Get AI-generated summary, keywords, and action items
export_transcript_markdown(transcript_id) Export transcript as formatted Markdown

Analytics

Tool Description
get_speakers(transcript_id) Get speakers with word and sentence counts
get_meeting_analytics(transcript_id) Get talk-time, participation %, and word counts per speaker
get_all_action_items(limit) Aggregate action items from recent meetings

User

Tool Description
get_user_info() Get Fireflies account info
add_bot_to_meeting(meeting_url, title) Add Fireflies bot to a live meeting

Project Structure

├── server.py         # MCP server entry point
├── client.py         # Fireflies GraphQL client
├── config.py         # Environment config
├── tools/
│   ├── meetings.py   # Meeting listing and search tools
│   ├── transcript.py # Transcript and summary tools
│   ├── analytics.py  # Speaker analytics tools
│   └── user.py       # User and bot management tools
└── requirements.txt

License

See LICENSE.

from github.com/adityagupta930/mcp-server

Установка Fireflies

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/adityagupta930/mcp-server

FAQ

Fireflies MCP бесплатный?

Да, Fireflies MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fireflies?

Нет, Fireflies работает без API-ключей и переменных окружения.

Fireflies — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Fireflies в Claude Desktop, Claude Code или Cursor?

Открой Fireflies на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Fireflies with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai