소개
This minimal Model Context Protocol (MCP) server is designed to augment the capabilities of digital assistants by providing two distinct functionalities: accessing real-time weather information and managing personal notes. It offers tools to `get_weather` using the Open-Meteo API, `save_note` to a local JSON file with an ID and timestamp, and `get_notes` to retrieve all stored entries. Built in Python, it ensures seamless integration with MCP clients like Claude Desktop and Claude Code, providing users with immediate access to current weather conditions and a persistent, local note-taking system.