Skip to content
Grok

samplemcp server for Grok

io.github.quangsumi/samplemcp-server

A sample MCP server that returns random weather descriptions.

client:Grok transport:stdio runtime:nuget

Install samplemcp server 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": {
    "samplemcp-server": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Quangsumi.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

samplemcp server in other clients