Skip to content

Weather Demo

Free

by MCP Community

A Model Context Protocol (MCP) weather tool server.

v0.0.4Added Apr 12, 2026
mcpweatherserver
Works with:ClaudeGPTGeminiCopilot

Weather Demo MCP Server

A Model Context Protocol (MCP) weather tool server.

Installation

npx -y mcp-weather-demo

Reviews

Leave a Review

Installation

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