microsoft-ai-roundup-mcp
Rank #18,383io.github.darrenjrobinson/microsoft-ai-roundup
Search Merill's Weekly Microsoft AI Roundup (msai.ms) archive — curated weekly Microsoft AI news
microsoft-ai-roundup-mcp is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #18,383 of 115,460 servers tracked on MCP Toplist. microsoft-ai-roundup-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 97,077 of 115,460 servers on MCP Toplist.
Use microsoft-ai-roundup-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add microsoft-ai-roundup -- npx -y microsoft-ai-roundup-mcp[mcp_servers.microsoft-ai-roundup]
command = "npx"
args = ["-y", "microsoft-ai-roundup-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"microsoft-ai-roundup": {
"command": "npx",
"args": [
"-y",
"microsoft-ai-roundup-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"microsoft-ai-roundup": {
"command": "npx",
"args": [
"-y",
"microsoft-ai-roundup-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"microsoft-ai-roundup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"microsoft-ai-roundup-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"microsoft-ai-roundup": {
"command": "npx",
"args": [
"-y",
"microsoft-ai-roundup-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"microsoft-ai-roundup": {
"command": "npx",
"args": [
"-y",
"microsoft-ai-roundup-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.darrenjrobinson%2Fmicrosoft-ai-roundup)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Fmicrosoft-ai-roundup"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Fmicrosoft-ai-roundup.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
darrenjrobinson
Other servers by darrenjrobinson
- Entra News#5,988 · 3 vers
- graph-atlas-mcp#6,773 · 5 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- Entra.Chat Podcast MCP Server#14,304 · 1 ver
- entrapulse-polyarchy#15,340 · 4 vers
- Hibp#20,667 · 2 vers
- Untappd#43,516 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 16, 2026 |
Frequently asked questions
- Who maintains microsoft-ai-roundup-mcp?
- microsoft-ai-roundup-mcp is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is microsoft-ai-roundup-mcp listed on the Official MCP Registry?
- Yes — microsoft-ai-roundup-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does microsoft-ai-roundup-mcp have?
- MCP Toplist tracks 1 version of microsoft-ai-roundup-mcp, most recently published on Jul 16, 2026.
- Where can I find the source code for microsoft-ai-roundup-mcp?
- The source code for microsoft-ai-roundup-mcp is hosted at github.com/darrenjrobinson/microsoft-ai-roundup-mcp.