Weather Server
Freeby MCP Community
한국 기상청 API를 사용하여 날씨 정보를 제공하는 MCP 서버입니다.
v1.0.17Added Apr 12, 2026
weatherkoreamcpapikma
Weather Server MCP Server
한국 기상청 API를 사용하여 날씨 정보를 제공하는 MCP 서버입니다.
Installation
npx -y @dbsxortime/mcp-weather-server
Reviews
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"]
}
}
}