Skip to main content
Glama

otterai-mcp

Focused MCP server for inspecting and organizing Otter.ai conversations. All Otter operations are delegated to ChocoTonic/otterai-py; this server does not implement or call Otter endpoints directly.

Tools

  • otter_list_folders: list exact remote folder names, IDs, and counts.

  • otter_list_unsorted: list only owned conversations with no folder.

  • otter_get_speeches: fetch safe metadata and optional transcripts by ID.

  • otter_move_speeches: preview or confirm verified folder moves.

No upload, delete, recording, speaker, notification, group, or arbitrary API tools are exposed.

Related MCP server: Fireflies MCP Server

Configuration

Set credentials directly:

export OTTERAI_USERNAME="you@example.com"
export OTTERAI_PASSWORD="..."

The legacy variable names OTTER_USERNAME and OTTER_PASSWORD are also accepted. To load an existing dotenv file from another directory:

export OTTERAI_MCP_ENV_FILE="/absolute/path/to/.env"

Run

uv sync
uv run otterai-mcp

The server uses stdio transport. Folder moves default to preview mode and require confirm=true before changing remote state. Confirmed moves are read back from Otter and fail if the destination cannot be verified.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables access to Fireflies.ai meeting transcripts with capabilities to retrieve, search, filter, and generate AI-powered summaries of meeting content through the Fireflies API.
    4
    58 npm
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Automatically synchronizes meeting transcripts from Otter.ai to a local SQLite database for easy browsing and management. It enables semantic and keyword-based search across meeting history through integrated MCP tools for Claude and Cursor.
    3
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search and retrieve meeting transcripts from Otter.ai, supporting full-text search, speaker identification, and transcript retrieval.
    5
    MIT