MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP Tutorial using Typescript and weather.com API

Created 3/5/2026
Updated about 4 hours ago
Repository documentation and setup instructions

ai-weather-mcp

MCP Tutorial using Typescript and weather.com API src https://debbie.codes/blog/building-your-first-mcp-server-a-beginners-tutorial/git

OBJECTIVES

✅ Create a functional MCP server from scratch

✅ Integrate a real-time weather data from an external API

✅ Connect the MCP to VS Code and GitHub Copilot

✅ Learn the fundamentals of the Model Context Protocol

RESOURCES USED

  1. MCP SDK for the MCP Server - npm install @modelcontextprotocol/sdk
  2. ZOD for data validation - npm install zod
  3. Open-Meteo Weather API - Free weather data service - https://open-meteo.com/

OUTPUT

Screenshot 2026-03-05 at 2 17 21 PM
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-ai-weather-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "pabz616-ai-weather-mcp": { "command": "npx", "args": [ "pabz616-ai-weather-mcp" ] } } }