Skip to content

Weather

Free

by MCP Community

A weather MCP server for Cursor

v1.0.1Added Apr 12, 2026
mcpcursorweather
Works with:ClaudeGPTGeminiCopilot

Weather MCP Server

A weather MCP server for Cursor

Installation

npx -y mcp-server-weather

Reviews

Leave a Review

Installation

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