my-mcp-server
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 - μμΈν λ΄μ©μ νμΌμ μ°Έμ‘°νμΈμ.