@alvarogaray/weathermcp
v1.0.4
Published
MCP STDIO weather server
Downloads
665
Readme
Weather MCP Server
A Model Context Protocol (MCP) server implementation for weather data. This server is distributed via npm and can be added to your MCP configuration with a single line.
Quick Start
The easiest way to use this MCP server is to add it directly to your MCP configuration:
Add the following to your mcp.json:
{
"mcpServers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": ["@alvarogaray/weathermcp@latest"]
}
}
}That's it! The MCP server will be downloaded and run automatically when needed.
Features
- STDIO-based MCP server for weather data
- Built with TypeScript
- National Weather Service (NWS) API integration
- Easy npm installation
Example Prompts
Once configured, you can ask your MCP client for weather information:
- "What's the weather in Durham North Carolina?"
- "What's the weather in Toronto, Canada?"
- "Any weather alerts in Seattle, WA?"
Requirements
- Node.js (v14 or higher)
- npm
