Weather Demo
Freeby MCP Community
A Model Context Protocol (MCP) weather tool server.
v0.0.4Added Apr 12, 2026
mcpweatherserver
Weather Demo MCP Server
A Model Context Protocol (MCP) weather tool server.
Installation
npx -y mcp-weather-demo
Reviews
Installation
Quick install
npx -y mcp-weather-demo
Add to claude_desktop_config.json
{
"mcpServers": {
"weather-demo": {
"command": "npx",
"args": ["-y", "mcp-weather-demo"]
}
}
}