🌤️ MCP Weather Server (TypeScript)
@lahiruCirclebook
关于 🌤️ MCP Weather Server (TypeScript)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🌤️ MCP Weather Server (TypeScript)?
A weather server built with the Model Context Protocol (MCP) using the TypeScript SDK. It exposes real-time U.S. weather forecast and alert tools for integration with LLM clients such as Claude for Desktop.
How to use 🌤️ MCP Weather Server (TypeScript)?
Clone the repository, then configure the server as an MCP tool in your client. The server provides two tools: getAlerts(state) to fetch weather alerts by U.S. state, and getForecast(latitude, longitude) to get a short-term forecast by coordinates.
Key features of 🌤️ MCP Weather Server (TypeScript)
getAlerts(state)– real-time weather alerts by U.S. state.getForecast(latitude, longitude)– short-term forecast by coordinates.- Built with the TypeScript MCP SDK.
- Async HTTP requests via Axios.
- Compatible with Claude for Desktop and MCP-enabled clients.
- Uses the U.S. National Weather Service API.
Use cases of 🌤️ MCP Weather Server (TypeScript)
- An LLM assistant answering “Are there any weather alerts in California?”.
- A travel planner retrieving tomorrow’s forecast for a given latitude/longitude.
- A disaster-preparedness bot checking active warnings across multiple states.
FAQ from 🌤️ MCP Weather Server (TypeScript)
What runtime does this server require?
Node.js v18 or later.
Where does the weather data come from?
The server uses the U.S. National Weather Service (weather.gov) API.
Which LLM clients are supported?
The server is compatible with any MCP-enabled client, including Claude for Desktop.
What tools does the server expose?
Two tools: getAlerts(state) for weather alerts by U.S. state, and getForecast(latitude, longitude) for short-term forecasts.
Is authentication or a special transport setup required?
The README does not mention any authentication or transport configuration beyond standard MCP client integration.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
评论