Overview
The Fireflies Documentation MCP Server enables AI tools to search and retrieve information directly from the Fireflies documentation. This allows you to ask questions about the Fireflies API, find code examples, understand features, and get implementation guidance without leaving your development environment.What is MCP?
Model Context Protocol (MCP) is an open standard that enables AI applications to securely connect to external data sources and tools. With the Fireflies Documentation MCP Server, your AI tools can search across all Fireflies documentation including API references, guides, and code examples.Server Details
The Fireflies Documentation MCP Server is available at:SearchFireflies tool that searches across the Fireflies knowledge base to find relevant information, code examples, API references, and guides.
Configuration by Platform
- Claude
- Claude Desktop
- VS Code
- Cursor
- Windsurf
Claude supports MCP servers through its Connectors feature. To connect Fireflies documentation:
- Open Claude Settings
- Click Add Connector
- Enter the server URL:
https://docs.fireflies.ai/mcp - Save and start asking questions about Fireflies
Available Tool
The server provides one tool for searching documentation:Description: Search across the Fireflies knowledge base to find relevant information, code examples, API references, and guides.Parameters:Returns: Contextual content with titles and direct links to the documentation pages.
query(string, required) - A query to search the content with
Example Queries
Once configured, you can ask your AI tool questions like:- “How do I authenticate with the Fireflies API?”
- “Show me an example of uploading audio for transcription”
- “What fields are available in the transcript query?”
- “How do I set up webhooks for Fireflies?”
- “What are the rate limits for the API?”
- “How do I search transcripts by date range?”
Troubleshooting
Server not connecting:- For Claude Desktop: Ensure you have Node.js installed (required for
npx mcp-remote) - Check that the URL is exactly
https://docs.fireflies.ai/mcp - Restart your AI application after configuration changes
- Try rephrasing your query with different keywords
- Be specific about what you’re looking for (e.g., “GraphQL mutation for uploading audio” instead of just “upload”)