Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.58 KB

File metadata and controls

55 lines (37 loc) · 1.58 KB

Otter.ai

Cursor plugin that connects agents to Otter.ai through Otter.ai's official remote Model Context Protocol server.

Search your Otter meeting history and pull full transcripts into the editor to summarize decisions and pull out action items.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Otter.ai.
  3. Click Install, then complete the Otter.ai sign-in prompt.

Or run /add-plugin otter in chat.

MCP

{
  "mcpServers": {
    "otter": {
      "type": "http",
      "url": "https://mcp.otter.ai/mcp"
    }
  }
}

Auth is OAuth. Cursor prompts for Otter sign-in when the plugin connects. Otter does not offer a public API key, so OAuth is the only path.

What agents can do

Category Capabilities
Identity Confirm the signed-in Otter user
Search Search across your meeting history
Transcripts Fetch a full transcript by ID

The hosted runtime is the source of truth for tool names and schemas. Call get_user_info as a read-only smoke test after connecting.

Notes

  • Tool calls run as the Otter user who authorizes the connection.
  • All three tools are read-only — the server cannot edit or delete Otter content.
  • Despite launching under the "Otter for Enterprise" banner, the MCP server is listed as a Basic-tier feature.

Docs

Logo is Otter.ai's official mark, from the otter-ai GitHub organization.

License

MIT