Weather
Freeby MCP Community
a sample MCP server
v0.0.1Added Apr 12, 2026
Weather MCP Server
a sample MCP server
Installation
npx -y mcp-weather
Reviews
Installation
Quick install
npx -y mcp-weather
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "mcp-weather"]
}
}
}