Weather Server
Freeby MCP Community
A Model Context Protocol (MCP) server implementation for weather API, providing weather information
v1.0.0Added Apr 12, 2026
mcpweatherapimodel-context-protocol
Weather Server MCP Server
A Model Context Protocol (MCP) server implementation for weather API, providing weather information
Installation
npx -y mcp-weather-server
Reviews
Installation
Quick install
npx -y mcp-weather-server
Add to claude_desktop_config.json
{
"mcpServers": {
"weather-server": {
"command": "npx",
"args": ["-y", "mcp-weather-server"]
}
}
}