weather-forecast-mcp-server

weather-forecast-mcp-server

3.1

If you are the rightful owner of weather-forecast-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 Server is a TypeScript-based server that implements a simple notes system to demonstrate core MCP concepts.

weather-server MCP Server

Weather MCP Server

This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:

μ‚¬μš© 방법

  1. .env 파일 생성 ν›„ OPENWEATHER_API_KEY=API_KEY
  2. npm run build λͺ…λ Ήμ–΄ μ‹€ν–‰
  3. claude_desktop_config.json 파일 μˆ˜μ • (λΉŒλ“œ ν›„ μƒμ„±λ˜λŠ” index.js 파일의 경둜)
{
  "mcpServers": {
    "weather-server": {
      "command": "node",
      "args": ["/Users/{UserName}/Desktop/{Project-path}/build/index.js"]
    }
  }
}