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.
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" }
}
}
} Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Project Management
Notion MCP Server
Access and manage Notion pages, databases, and project wikis directly from your AI coding agent via the Model Context Protocol.
Claude Code Cursor
Project Management Slack MCP Integration
Send messages, read channels, and post updates to Slack directly from your AI agent without switching context.
Claude Code Cursor
Project Management JIRA Issue Tracking
Create, update, and transition JIRA issues from your agent context. Link commits to tickets and keep project boards in sync automatically.
Claude Code Copilot Cursor