I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server-Weather-JS
Ejemplo del servidor MCP del clima simple
3 years
Works with Finder
1
Github Watches
4
Github Forks
5
Github Stars
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 location -
longitude
(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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_yrXgfeZA
I recently started using the mcp-server-weather-js by hideya and I'm impressed by its efficiency. This weather server app, written in JavaScript, provides reliable weather information and integrates seamlessly with other MCP applications. The setup was straightforward, and the provided documentation made it easy to get started. Highly recommend checking it out: https://github.com/hideya/weather-mcp-server.