
mcp server weather js
Simple Weather MCP Server Example
Repository Info
About This Server
Simple Weather MCP Server Example
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Simple Weather MCP Server example from Quickstart

Node.js server implementing Model Context Protocol (MCP) for accessing weather information in the US.
This is an example explained in MCP Quickstart.
It has been hosted as an npm package
for convenient use with npx.
Usage with Claude Desktop
Merge the following JSON fragment into your claude_desktop_config.json.
Please refer to the "Testing your server with Claude for Desktop" section of
MCP Quickstart for details.
# MacOS/Linux
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
# Windows
code $env:AppData\Claude\claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@h1deya/mcp-server-weather"
],
}
}
}
Tools
- get-alerts
- Get weather alerts for a US state.
- Input:
state(string): Two-letter US state code (e.g. CA, NY)
- get-forecast
- Get weather forecast for a location in the US
- Inputs:
latitude(number): Latitude of the locationlongitude(number): Longitude of the location
Example Queries
- Tomorrow's weather in Palo Alto?
- Any weather alerts in California?
Original Author and License
This example is based on the code explained in MCP Quickstart (github), whose license is CC-BY-4.0. The completed code examples are also hosted in this repo, whose license is MIT (Copyright (c) 2025 Model Context Protocol). So I've chosen the MIT license for this repo.
Quick Start
Clone the repository
git clone https://github.com/hideya/mcp-server-weather-jsInstall dependencies
cd mcp-server-weather-js
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.