Skip to content
Claude Desktop

samplemcp server for Claude Desktop

io.github.quangsumi/samplemcp-server

A sample MCP server that returns random weather descriptions.

client:Claude Desktop transport:stdio runtime:nuget

Install samplemcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "samplemcp-server": {
      "command": "dnx",
      "args": [
        "Quangsumi.SampleMcpServer",
        "--yes"
      ],
      "env": {
        "WEATHER_CHOICES": "<WEATHER_CHOICES>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

samplemcp server in other clients