Weather MCP Server
This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:
.envํ์ผ ์์ฑ ํ OPENWEATHER_API_KEY=API_KEYnpm run build๋ช ๋ น์ด ์คํclaude_desktop_config.jsonํ์ผ ์์ (๋น๋ ํ ์์ฑ๋๋ index.js ํ์ผ์ ๊ฒฝ๋ก)
{
"mcpServers": {
"weather-server": {
"command": "node",
"args": ["/Users/{UserName}/Desktop/{Project-path}/build/index.js"]
}
}
}