Content
# Weather MCP Server
A pure TS implementation of a weather query MCP server based on @modelcontextprotocol/sdk.
## Basic Approach
1. Create a server instance using the McpServer class.
2. Register tools via server.tool().
3. Use zod for parameter validation.
4. Return a standardized response format.
## Quick Start
Install dependencies:
1. npm run build
2. npx @modelcontextprotocol/inspector node dist/index.js
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
affine-mcp-server
AFFiNE MCP Server manages workspaces and documents for AI assistants via stdio.
anubis-mcp
Anubis MCP is a high-performance Elixir SDK for Model Context Protocol.
go-utcp
go-utcp is a scalable protocol for tool interaction across various systems.