ApprovalWorkflow

bonaniibm/ApprovalWorkflow
★ 3 stars C# ⚙️ DevOps Updated 10d ago
An enterprise-grade Model Context Protocol (MCP) server built on C# .NET 8 that surfaces approval workflow management directly inside Microsoft 365 Copilot. Approvers can query, approve, reject, and delegate requests using natural language — with a rich interactive widget rendered inline in the Copilot chat pane.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "approvalworkflow": {
      "command": "npx",
      "args": [
        "-y",
        "bonaniibm/ApprovalWorkflow"
      ]
    }
  }
}