Skip to content

Weather Server

Free

by MCP Community

한국 기상청 API를 사용하여 날씨 정보를 제공하는 MCP 서버입니다.

v1.0.17Added Apr 12, 2026
weatherkoreamcpapikma
Works with:ClaudeGPTGeminiCopilot

Weather Server MCP Server

한국 기상청 API를 사용하여 날씨 정보를 제공하는 MCP 서버입니다.

Installation

npx -y @dbsxortime/mcp-weather-server

Reviews

Leave a Review

Installation

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