Skip to content

microsoft ai roundup for Grok

io.github.darrenjrobinson/microsoft-ai-roundup

Search Merill's Weekly Microsoft AI Roundup (msai.ms) archive — curated weekly Microsoft AI news

client:Grok transport:stdio runtime:npm

Install microsoft ai roundup in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "microsoft-ai-roundup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "microsoft-ai-roundup-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

microsoft ai roundup in other clients