Awesome Copilot MCP Server for Grok
io.github.microsoft/awesome-copilot
An MCP server that stores Copilot customizations from the Awesome Copilot repository
client:Grok
transport:stdio
runtime:oci
Install Awesome Copilot MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"awesome-copilot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026092200"
]
}
}
}
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