MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A
Ai Weather MCP
作者 @pabz616

MCP Tutorial using Typescript and weather.com API

创建于 3/5/2026
更新于 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
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-ai-weather-mcp

Cursor 配置 (mcp.json)

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