my-weather-mcp-server
0
The Weather MCP Server is a TypeScript-based server implementing a simple notes system, demonstrating core concepts of the Model Context Protocol. It provides note management and summarization features.
Weather MCP Server
A TypeScript-based Model Context Protocol (MCP) server implementing a simple notes system. It demonstrates core MCP concepts by providing resources representing text notes, tools for creating new notes, and prompts for generating summaries of notes.
Features
Resources
- List and access notes via URIs
- Each note has a title, content, and metadata
Tools
- Create new text notes with specific parameters
Prompts
- Generate summaries of all stored notes
Development
- Install dependencies with npm
- Build and watch scripts available
Installation
- Integration into Claude Desktop with sample configuration
Debugging
- Use MCP Inspector for troubleshooting