MCP Weather Server
@adarshem
About MCP Weather Server
An MCP server to get Weather details
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-learn-adarshem": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@adarshem/mcp-server-learn",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP Weather Server?
MCP Weather Server is a demo implementation of a Model Context Protocol (MCP) server that provides weather-related tools. It uses the US National Weather Service API to fetch active weather alerts for a US state and a forecast for a specific latitude/longitude.
How to use MCP Weather Server?
Install the server via Smithery with npx @smithery/cli install @adarshem/mcp-server-learn --client claude, or manually clone the repository, run pnpm install and pnpm build. Configure it in your MCP client (e.g., VSCode) by adding the server entry to settings.json with the command node and the absolute path to build/index.js.
Key features of MCP Weather Server
- Built with Node.js
- Provides get-alerts tool for US state alerts
- Provides get-forecast tool by lat/lon
- Uses US National Weather Service API
Use cases of MCP Weather Server
- Learning how to build an MCP server with Node.js
- Fetching active weather alerts for a US state
- Retrieving a weather forecast for a specific latitude/longitude
FAQ from MCP Weather Server
What runtime is required?
Node.js must be installed on your system.
Where does the weather data come from?
The server uses the US National Weather Service API for accurate and up-to-date information.
How do I configure the server in VSCode?
Add the server entry to your settings.json with the command node and the absolute path to build/index.js.
Is this server production-ready?
The README describes it as a demo implementation, so it may not be intended for production use.
Frequently asked questions
What runtime is required?
Node.js must be installed on your system.
Where does the weather data come from?
The server uses the US National Weather Service API for accurate and up-to-date information.
How do I configure the server in VSCode?
Add the server entry to your `settings.json` with the command `node` and the absolute path to `build/index.js`.
Is this server production-ready?
The README describes it as a demo implementation, so it may not be intended for production use.
Basic information
More Media & Design MCP servers
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.

uxgen
uxgenA library of conversion components for e-commerce, built on A/B tested mechanics and handed straight to your coding agent. 65 pieces drawn from mechanics that have been A/B tested in real stores: cart drawer with the ups
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics

diggercamp
Tommaso Savorana (ti es)diggercamp finds independent music by how it sounds. Paste any Bandcamp, YouTube or SoundCloud link and get the closest sonic matches from 4M+ independent tracks — matched by rhythm, timbre, key and energy, not genre tag
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Comments