★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sharingiscaring": {
"command": "npx",
"args": [
"-y",
"troystaylor/SharingIsCaring"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sharingiscaring npx -y troystaylor/SharingIsCaring
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sharingiscaring": {
"command": "npx",
"args": [
"-y",
"troystaylor/SharingIsCaring"
]
}
}
}
📋 Copy