meeting-intelligence-mcp

jbelnick/meeting-intelligence-mcp
★ 0 stars Python Code/Dev Tools Updated today
Read-only MCP server for meeting summaries, risk extraction, and owner-aware follow-ups.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meeting-intelligence": {
      "command": "uvx",
      "args": [
        "meeting-intelligence-mcp"
      ]
    }
  }
}

Or install with pip: pip install meeting-intelligence-mcp

README Excerpt

An MCP server that gives any MCP client three meeting intelligence tools: summarize a transcript into structured notes, extract the risk surface, and draft the follow-up message with owners and dates. It wraps the public package, so the pipeline logic and this integration surface stay one codebase apart and version together.

Tools (3)

draft_follow_upsextract_riskssummarize_meeting

Topics

ai-agentsfastmcpmcpmeeting-intelligencemodel-context-protocolpythonworkflow-automation