drio
Open app

MCP Weather Server

Source

A weather server application for MCP

Catalog onlyCatalog onlySTDIO

Overview

MCP Weather Server is a weather server application built with the Model Context Protocol (MCP) that provides access to real-time weather data and alerts.

To use MCP Weather Server, clone the repository, install the dependencies, and run the server either directly or through an MCP-compatible client.

  • US Weather Forecasts: Get detailed forecast data for any US location via latitude/longitude. - Weather Alerts: Retrieve active weather alerts for any US state. - MCP Integration: Built as an MCP server for seamless AI assistant integration. - Command-line Interface: Easy to install and run as a CLI tool.
  1. Providing real-time weather updates for applications.
  2. Integrating weather data into AI assistants.
  3. Sending alerts for severe weather conditions.

Add to your AI client

Use these steps to connect MCP Weather Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-weather-server-cskiro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-weather-server-cskiro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-weather-server-cskiro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-weather-server-cskiro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-weather-server-cskiro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-weather-server-cskiro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-weather-server-cskiro"
      ]
    }
  }
}

FAQ

Can MCP Weather Server provide weather data for locations outside the US?

No, it currently only supports US-based locations due to the data source limitations.

Is MCP Weather Server easy to install?

Yes, it can be installed easily using npm or yarn after cloning the repository.

What technology stack is used in MCP Weather Server?

It is built using Node.js, TypeScript, and integrates with the National Weather Service API.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2194,"uuid":"565fd6e1-1e00-44dc-bee2-20158bf665a9","name":"MCP-Weather-Server","title":"MCP Weather Server","description":"A weather server application for MCP","avatar_url":"https://avatars.githubusercontent.com/u/88298912?v=4","created_at":"2025-03-09T04:04:27.689Z","updated_at":"2025-03-12T10:19:30.445Z","status":"created","author_name":"cskiro","author_avatar_url":"https://avatars.githubusercontent.com/u/88298912?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/cskiro/MCP-Weather-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 12:37:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]