weather_mcp_server
1
Weather MCP Server is a weather query server implemented in TypeScript using the Model Context Protocol SDK. It features server creation, tool registration, and standardized response formats.
Weather MCP Server
A pure TypeScript implementation of a weather query MCP server using the Model Context Protocol SDK.
Key Concepts
- Create a server instance using the McpServer class
- Register tools using the server tool method
- Validate parameters using Zod
- Return a standardized response format
Quick Start
- Install dependencies
- Build the project
- Run with the Model Context Protocol Inspector