loading…
Search for a command to run...
loading…
Meeting Summarizer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Meeting Summarizer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for meeting summarizer ai mcp operations
Meeting Summarizer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
summarize_meeting |
Summarize a meeting transcript into key points, topics discussed, and participan |
extract_action_items |
Extract action items and tasks from meeting transcript with assignee detection. |
identify_decisions |
Identify key decisions made during a meeting from the transcript. |
generate_followup |
Generate a follow-up email draft from a meeting transcript. |
pip install meok-meeting-summarizer-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"meeting-summarizer-ai": {
"command": "python",
"args": ["-m", "meok_meeting_summarizer_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"meeting-summarizer-ai-mcp": {
"command": "npx",
"args": []
}
}
}