What is Simple Weather MCP Server?
This is a Node.js server that implements the Model Context Protocol (MCP) to provide weather information for the US. It allows users to retrieve weather alerts for a specific state and weather forecasts for a given location.
How to use Simple Weather MCP Server?
To use this server with Claude Desktop, merge the provided JSON fragment into your claude_desktop_config.json
file. The server can be run using npx @h1deya/mcp-server-weather
. You can then query the server using the provided example queries.
Key features of Simple Weather MCP Server
Provides weather alerts for US states
Provides weather forecasts for US locations
Implements Model Context Protocol (MCP)
Easy to integrate with Claude Desktop
Accessible via npx
Use cases of Simple Weather MCP Server
Integrating weather information into AI assistants
Providing weather data to applications via MCP
Quickly accessing weather alerts and forecasts
Building weather-aware applications
Experimenting with MCP servers
FAQ from Simple Weather MCP Server
What is MCP?
What is MCP?
Model Context Protocol (MCP) is a protocol for accessing contextual information.
How do I install this server?
How do I install this server?
This server can be run directly using npx @h1deya/mcp-server-weather
.
How do I configure this server for Claude Desktop?
How do I configure this server for Claude Desktop?
Merge the provided JSON fragment into your claude_desktop_config.json
file.
What inputs are required for the get-forecast tool?
What inputs are required for the get-forecast tool?
The get-forecast
tool requires latitude and longitude as inputs.
What license is this project under?
What license is this project under?
This project is licensed under the MIT License.