Weather MCP Server
Servidor MCP meteorológico
Este proyecto es un servidor de Protocolo de Contexto Modelo (MCP) que proporciona información meteorológica.
Características
Obtenga el pronóstico meteorológico actual para una latitud y longitud específicas.
Reciba alertas meteorológicas activas para un estado de EE. UU.
Related MCP server: Weather MCP Server
Configuración
Instalar dependencias:
pnpm installConstruir el servidor:
pnpm run build
Ejecución del servidor
Este servidor está diseñado para ser ejecutado por un cliente MCP, como Claude for Desktop.
Para configurar Claude for Desktop (o un cliente MCP similar) para que use este servidor, deberá apuntarlo al servidor compilado. La configuración típica implicaría especificar:
Comando :
nodeArgumentos :
["/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"]
Reemplace /ABSOLUTE/PATH/TO/YOUR/PROJECT/ con la ruta absoluta real al directorio mcptest en su sistema.
Por ejemplo, si su proyecto está en /Users/bohe/Desktop/mcptest , el argumento sería ["/Users/bohe/Desktop/mcptest/build/index.js"] .
Consulte la documentación de su cliente MCP para obtener instrucciones específicas sobre cómo agregar y configurar un servidor MCP.
Desarrollo
El código fuente está en el directorio
src.La lógica del servidor principal está en
src/index.ts.La salida de la compilación está en el directorio
build.
Configuración de MCP
El archivo .vscode/mcp.json se proporciona para que VS Code reconozca y potencialmente depure este servidor MCP.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools to fetch weather alerts for US states and forecasts based on latitude/longitude coordinates using the US National Weather Service API.2581MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.58GPL 3.0
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides weather information and forecasts based on user location or address input.6148MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides US weather forecasts and active alerts using the National Weather Service API.2
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
A Model Context Protocol server for Wix AI tools
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobby169/mcp-server-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server