Skip to content

93minki/weather-forecast-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published