MCP Weather Server
@Chazzychouse
About MCP Weather Server
Implementation of MCP documentation's "quickstart" server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"<Drive>:\\PATH\\TO\\PROJECT\\build\\index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Weather Server?
A basic TypeScript implementation of a Model Context Protocol (MCP) server that provides weather data by querying the National Weather Service API at https://api.weather.gov. It is intended for use with MCP clients like Claude Desktop.
How to use MCP Weather Server?
Configure the server in Claude Desktop by adding an entry to claude_desktop_config.json with the node command pointing to the server's build/index.js file. The full setup path is C:/users/<Username>/AppData/Roaming/Claude on Windows.
Key features of MCP Weather Server
- Provides a
get-forecasttool for weekly weather forecasts - Provides a
get-alertstool for current weather alerts - Uses live data from the US National Weather Service API
- Built with TypeScript for the MCP protocol
Use cases of MCP Weather Server
- Get a weekly weather forecast for a given latitude and longitude in the US
- Retrieve current weather alerts for a specific US state code
- Integrate real-time weather data into an MCP-compatible assistant like Claude Desktop
FAQ from MCP Weather Server
What tools does MCP Weather Server provide?
It provides two tools: get-forecast, which returns a weekly weather forecast for a latitude and longitude within the US, and get-alerts, which returns any current alerts for a given state code.
What data source does MCP Weather Server use?
All weather data is queried from the National Weather Service API at https://api.weather.gov.
How do I set up MCP Weather Server with Claude Desktop?
Add a weather entry to the mcpServers object in claude_desktop_config.json (located at C:/users/<Username>/AppData/Roaming/Claude on Windows), specifying node as the command and the path to build/index.js as the argument.
What runtime does MCP Weather Server require?
The server runs on Node.js, as it is invoked via the node command when configured with Claude Desktop.
What geographic region does MCP Weather Server cover?
The server covers the United States: forecasts require a latitude and longitude within the US, and alerts use US state codes.
Frequently asked questions
What tools does MCP Weather Server provide?
It provides two tools: `get-forecast`, which returns a weekly weather forecast for a latitude and longitude within the US, and `get-alerts`, which returns any current alerts for a given state code.
What data source does MCP Weather Server use?
All weather data is queried from the National Weather Service API at `https://api.weather.gov`.
How do I set up MCP Weather Server with Claude Desktop?
Add a `weather` entry to the `mcpServers` object in `claude_desktop_config.json` (located at `C:/users/<Username>/AppData/Roaming/Claude` on Windows), specifying `node` as the command and the path to `build/index.js` as the argument.
What runtime does MCP Weather Server require?
The server runs on Node.js, as it is invoked via the `node` command when configured with Claude Desktop.
What geographic region does MCP Weather Server cover?
The server covers the United States: forecasts require a latitude and longitude within the US, and alerts use US state codes.
Basic information
More Media & Design MCP servers
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Video Editor MCP server
burningionMCP Interface for Video Jungle
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.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
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.
Comments