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.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • 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

View all related MCP servers

Related MCP Connectors

  • Your Plaud recordings in natural language: list recordings, read speaker-attributed transcripts and

  • Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

  • List, configure, chat with, analyse and embed your Echo AI assistants.

View all MCP Connectors

Latest Blog Posts

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/ChocoTonic/otterai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server