SharingIsCaring

troystaylor/SharingIsCaring
★ 13 stars C# 🔌 API Integration Updated 8d ago
A collection of Power Platform custom connectors, MCP servers, and connector code samples for Microsoft Graph APIs, document collaboration, and enterprise services.
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": {
    "sharingiscaring": {
      "command": "npx",
      "args": [
        "-y",
        "troystaylor/SharingIsCaring"
      ]
    }
  }
}