my-mcp-server

my-mcp-server

3.1

If you are the rightful owner of my-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Weather MCP Tool for Claude is a Korean-supported weather information retrieval tool that can be used with Claude AI to provide real-time weather information for cities worldwide.

Weather MCP Tool for Claude

ν•œκ΅­μ–΄ 지원 날씨 정보 쑰회 MCP(Model Context Protocol) λ„κ΅¬μž…λ‹ˆλ‹€. Claude AI와 ν•¨κ»˜ μ‚¬μš©ν•  수 있으며, μ „ 세계 λ„μ‹œμ˜ μ‹€μ‹œκ°„ 날씨 정보λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€.

Features

  • λ„μ‹œ μ΄λ¦„μœΌλ‘œ 날씨 정보 쑰회 (ν•œκ΅­μ–΄/μ˜μ–΄ 지원)
  • μ‹€μ‹œκ°„ 기상 데이터 제곡
  • μƒμ„Έν•œ 날씨 정보 (기온, 날씨 μƒνƒœ, 풍속, 풍ν–₯, μŠ΅λ„)
  • Claude AI와 μ›ν™œν•œ 톡합

μ‚¬μš©λœ API

μ„€μΉ˜ 방법

# μ €μž₯μ†Œ 클둠
git clone https://github.com/yourusername/weather-mcp-tool.git
cd weather-mcp-tool

# μ˜μ‘΄μ„± μ„€μΉ˜
npm install

# λΉŒλ“œ
npm run build

Claude Desktop μ„€μ •

claude_desktop_config.json νŒŒμΌμ— λ‹€μŒ 섀정을 μΆ”κ°€ν•˜μ„Έμš”:

{
  "mcpServers": {
    "weather-server": {
      "command": "node",
      "args": ["dist/server.js"],
      "cwd": "ν”„λ‘œμ νŠΈ_경둜"
    }
  }
}

μ‚¬μš© μ˜ˆμ‹œ

Claudeμ—μ„œ λ‹€μŒκ³Ό 같이 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€:

const result = await weatherApi.execute({
  city: "μ„œμšΈ"
});

응닡 μ˜ˆμ‹œ:

{
  "city": "Seoul",
  "country": "South Korea",
  "weather": {
    "temperature": 18.5,
    "description": "λ§‘μŒ",
    "windSpeed": 2.3,
    "windDirection": 180,
    "humidity": 65
  }
}

License

MIT License - μžμ„Έν•œ λ‚΄μš©μ€ νŒŒμΌμ„ μ°Έμ‘°ν•˜μ„Έμš”.