Skip to content
Grok

ampleMcpServer for Grok

io.github.duiduixu/amplemcpserver

生成随机数MCP Server

client:Grok transport:stdio runtime:nuget

Install ampleMcpServer in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "amplemcpserver": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "sterlingxu_SampleMcpServer",
        "--yes"
      ],
      "env": {
        "WEATHER_CHOICES": "<WEATHER_CHOICES>"
      }
    }
  }
}

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

ampleMcpServer in other clients