MCP Weather Server
@nosadaniel
关于 MCP Weather Server
A specialized weather data server built using the MCP SDK and TypeScript that provides weather information through the Model Context Protocol (MCP). This project enables Large Language Models that support MCP to access weather data directly, creating a seamless integration betwee
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/mcp-weather-server/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Weather Server?
A TypeScript-based server built with the MCP SDK that enables large language models (LLMs) supporting the Model Context Protocol to retrieve real-time weather forecasts and alerts. It acts as middleware between weather data APIs and AI systems, bridging meteorological data sources with language models.
How to use MCP Weather Server?
Clone and build the repository, then add the server configuration to your Claude desktop configuration file (claude_desktop_config.json). Restart the Claude desktop application; your Claude instance will then have access to real-time weather data through MCP.
Key features of MCP Weather Server
- Retrieves real-time weather forecasts for LLMs through function calling
- Enables AI models to access and process weather alerts by location
- Built with TypeScript for type safety and improved developer experience
- Implements the Model Context Protocol for standardized LLM communication
- Integrates seamlessly with the Claude desktop client
Use cases of MCP Weather Server
- An AI assistant incorporating current weather conditions into travel recommendations
- A chatbot providing location-specific weather alerts during emergency preparedness conversations
- A language model generating weather-aware responses without leaving the chat interface
FAQ from MCP Weather Server
What is the transport mechanism used by MCP Weather Server?
The server communicates via the standard input/output (stdio) transport, as shown in the Claude configuration where node is invoked with the server script.
Does MCP Weather Server require an API key for weather data?
The README does not specify authentication or API key requirements. It only documents the server build and configuration steps.
What are the runtime dependencies for MCP Weather Server?
The server is built with TypeScript and requires Node.js to run. The configuration uses the node command to execute the built index.js file.
Can MCP Weather Server be used with LLMs other than Claude?
The README only provides integration instructions for the Claude desktop client. It states the server works with any LLM that supports the Model Context Protocol, but no other clients are explicitly documented.
Where does weather data come from and where does it live?
The README does not name the upstream weather API or describe data storage; it only indicates that the server acts as middleware between weather data APIs and language models.
媒体与设计 分类下的更多 MCP 服务器
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
评论