{
  "name": "com.top-mcps/fireflies",
  "description": "Fireflies.ai is the most widely deployed AI meeting recorder, and its official remote MCP at `https://api.fireflies.ai/mcp` exposes the same corpus to Claude, Cursor, and any MCP-compatible client. Use OAuth via the Claude Connector listing for the one-click path, or wire it up locally with `mcp-remote` and a Bearer API key from your Fireflies dashboard.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-11",
    "com.top-mcps/score": {
      "value": 54,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.798Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T07:09:46.807Z",
      "npmWeeklyDownloads": 349684
    }
  },
  "homepage": "https://fireflies.ai/blog/fireflies-mcp-server/",
  "author": {
    "name": "Fireflies.ai"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-remote",
      "version": "latest",
      "transport": {
        "type": "streamable-http"
      },
      "runtimeArguments": [
        {
          "type": "positional",
          "value": "https://api.fireflies.ai/mcp"
        },
        {
          "type": "positional",
          "value": "--header"
        },
        {
          "type": "positional",
          "value": "\"Authorization:"
        },
        {
          "type": "positional",
          "value": "Bearer"
        },
        {
          "type": "positional",
          "value": "YOUR_FIREFLIES_API_KEY\""
        }
      ],
      "environmentVariables": [
        {
          "name": "FIREFLIES_API_KEY",
          "description": "FIREFLIES_API_KEY — required credential for Fireflies.ai.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-only",
      "sandbox": "Hosted by Fireflies. OAuth or Bearer-token scoped to the connecting user. No local recording or file access.",
      "gotchas": [
        "API keys grant access to every meeting the user can see — rotate if a developer with a personal key leaves the team.",
        "Workspace admins can disable third-party API access globally; if calls return 401, check workspace settings before debugging the client."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/fireflies",
    "markdown": "https://top-mcps.com/mcp/fireflies.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
