#!/bin/bash
# Exit on error
set -e
echo "Setting up Fireflies MCP Server..."
# Install dependencies
echo "Installing dependencies..."
npm install
# Build the project
echo "Building the project..."
npm run build
echo "Setup complete! You can now run the server with:"
echo "FIREFLIES_API_KEY=your_api_key npm start"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Props-Labs/fireflies-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server