Two MCP stdio servers in .NET 10: Microsoft Teams (teams, channels, chats, messages, search) via Microsoft Graph, and Azure DevOps (work items, pull requests, pipelines, repos, search) via its REST API. Interactive Entra ID sign-in instead of PATs; read-only by default with opt-in write and send gates.
MCPpedia last refreshed this data
MCP Dotnet is an MCP server that two MCP stdio servers in .NET 10: Microsoft Teams (teams, channels, chats, messages, search) via Microsoft Graph, and Azure DevOps (work items, pull requests, pipelines, repos, search) via its REST API. Interactive Entra ID sign-in instead of PATs; read-only by default with opt-in write and send gates. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 40/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"teams": {
"env": {
"TEAMS_MCP_CLIENT_ID": "11111111-1111-1111-1111-111111111111",
"TEAMS_MCP_TENANT_ID": "00000000-0000-0000-0000-000000000000",
"TEAMS_MCP_ALLOW_SEND": "true"
},
"type": "stdio",
"command": "teams-mcp"
},
"azuredevops": {
"env": {
"ADO_MCP_ORG_URL": "https://dev.azure.com/contoso",
"ADO_MCP_PROJECT": "Core",
"ADO_MCP_CLIENT_ID": "22222222-2222-2222-2222-222222222222",
"ADO_MCP_TENANT_ID": "00000000-0000-0000-0000-000000000000",
"ADO_MCP_ALLOW_WRITE": "true"
},
"type": "stdio",
"command": "ado-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Two MCP stdio servers on .NET 10. Both are built on the official ModelContextProtocol C# SDK and sign in to Entra ID through Azure.Identity.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / cloud
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP server for using the GitLab API
Manage Supabase projects — databases, auth, storage, and edge functions
Chrome DevTools for coding agents
MCP Security Weekly
Get CVE alerts and security updates for Mcp Dotnet and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.