plugins marketplace
← All plugins

otter-ai

v1.0.3

The Otter.ai MCP server connects Codex to your meeting intelligence, enabling search and retrieval of transcripts, summaries, action items, and meeting metadata directly within your workflow.

Codex

by Otter.aiMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/otter-ai/ inside the repository.

Layout

plugins/otter-ai/
└── .codex-plugin/plugin.json

Manifests1

plugins/otter-ai/.codex-plugin/plugin.json
{
  "name": "otter-ai",
  "version": "1.0.3",
  "description": "The Otter.ai MCP server connects Codex to your meeting intelligence, enabling search and retrieval of transcripts, summaries, action items, and meeting metadata directly within your workflow.",
  "author": {
    "name": "Otter.ai",
    "url": "https://otter.ai"
  },
  "homepage": "https://otter.ai",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "otter",
    "meetings",
    "transcripts",
    "summaries",
    "action-items",
    "productivity"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Otter.ai",
    "shortDescription": "The Otter.ai MCP server connects Codex to your meeting intelligence, enabling search and retrieval of tra...",
    "longDescription": "The Otter.ai MCP server connects Codex to your meeting intelligence, enabling search and retrieval of transcripts, summaries, action items, and meeting metadata directly within your workflow. Search meetings by keyword, date range, attendee, folder, or channel, then fetch full transcripts with speaker attribution. Use it to prepare for meetings by reviewing past discussions, extract decisions from historical conversations, or synthesize insights across your meeting archive. Supports both personal and enterprise Otter.ai workspaces.",
    "developerName": "Otter.ai",
    "category": "Communication",
    "capabilities": [],
    "websiteURL": "https://otter.ai",
    "privacyPolicyURL": "https://otter.ai/privacy-policy",
    "termsOfServiceURL": "https://otter.ai/terms-of-service",
    "defaultPrompt": [
      "List recent meetings"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}