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
{
"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