Contact Us
Webflow Premium Partner Ehab Fayez
Back to Agent Skills
Project Management

AI Meeting Notes

Generate structured meeting notes, action items, and follow-ups from meeting transcripts using AI.

Claude Code Cursor

Overview

AI-powered meeting notes transform raw meeting transcripts or recordings into structured, actionable documentation. Agents can extract key decisions, action items, deadlines, and follow-up tasks from meeting content.

The integration enables developers to process meeting recordings or transcripts directly from their coding environment, creating structured notes that can be stored in the project repository or synced to project management tools. This ensures that technical decisions made in meetings are captured alongside the code they affect.

Notes can be automatically categorized by topic, linked to relevant code areas, and converted into trackable issues. This bridges the gap between verbal discussions and written documentation, ensuring nothing falls through the cracks.

Who Is This For?

  • Convert meeting transcripts into structured notes
  • Extract and track action items from standup meetings
  • Create decision logs from architecture discussions
  • Generate follow-up task lists from planning sessions

Installation

Setup for Claude Code
npx @anthropic-ai/claude-code mcp add meeting-notes -- npx -y meeting-notes-mcp

Configuration

// .mcp.json
{
  "mcpServers": {
    "meeting-notes": {
      "command": "npx",
      "args": ["-y", "meeting-notes-mcp"],
      "env": { "NOTES_OUTPUT_DIR": "./docs/meetings" }
    }
  }
}