概览
What is Weather MCP 🌤️?
Weather MCP 🌤️ is a weather service built with MCP (Multi-Cloud Platform) that provides real-time weather data and alerts for the United States using the US National Weather Service API. It is designed for developers who want to integrate weather queries into AI-powered assistants or applications.
How to use Weather MCP 🌤️?
Clone the repository, install dependencies with npm install && npm run build, then configure a .cursor/mcp.json file with the absolute path to the built index.js. Launch the server in Cursor IDE under Settings → Features → MCP, then query it using natural language (e.g., “What’s the weather in Sacramento?”).
Key features of Weather MCP 🌤️?
- Real-time weather forecasts
- Weather alerts by US state
- Location-based weather information
- Natural language query interface
- Built on the US National Weather Service API
Use cases of Weather MCP 🌤️?
- Ask for current weather conditions in a US city
- Check active weather alerts for a specific state
- Get a multi-day forecast for a location
- Integrate weather data into a Cursor-based AI assistant
- Build a weather-aware chatbot for US users
FAQ from Weather MCP 🌤️
What are the system requirements?
Node.js v18 or higher, an MCP Server, and Git are required.
What locations are supported?
Only locations within the United States are supported; queries for non-US coordinates will return an error.
How do I configure the server?
Create a .cursor/mcp.json file in your project directory (or home directory) with the command node and the absolute path to the build/index.js file.
Why might the tools not work?
If the server isn’t working,