m365-copilot-sales-dashboard-mcp

james-tn/m365-copilot-sales-dashboard-mcp
★ 0 stars TypeScript AI/LLM Updated today
Declarative Microsoft 365 Copilot agent backed by a Python MCP Apps server: rich, interactive sales dashboard (React + Fluent UI) rendered inline in Copilot chat, with a full step-by-step build, auth, and publishing guide.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "m365-copilot-sales-d": {
      "command": "npx",
      "args": [
        "-y",
        "james-tn/m365-copilot-sales-dashboard-mcp"
      ]
    }
  }
}