Skip to content
Cline

samplemcp server for Cline

io.github.quangsumi/samplemcp-server

A sample MCP server that returns random weather descriptions.

client:Cline transport:stdio runtime:nuget

Install samplemcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

samplemcp server in other clients