Skip to content

Weather Server

Free

by MCP Community

A Model Context Protocol (MCP) server implementation for weather API, providing weather information

v1.0.0Added Apr 12, 2026
mcpweatherapimodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Weather Server MCP Server

A Model Context Protocol (MCP) server implementation for weather API, providing weather information

Installation

npx -y mcp-weather-server

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-weather-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "weather-server": {
      "command": "npx",
      "args": ["-y", "mcp-weather-server"]
    }
  }
}