A .NET starter for building secure MCP servers integrated with Microsoft Entra ID, tested with Claude AI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-dotnet-en": {
"command": "npx",
"args": [
"-y",
"Profility-be/mcp-server-dotnet-entra-id"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-dotnet-en npx -y Profility-be/mcp-server-dotnet-entra-id
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-dotnet-en": {
"command": "npx",
"args": [
"-y",
"Profility-be/mcp-server-dotnet-entra-id"
]
}
}
}