概览
What is ⛅ Weatherstack MCP Server?
This is an MCP (Model Context Protocol) server for integrating with the Weatherstack API, enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.
How to use ⛅ Weatherstack MCP Server?
Install via uvx and configure it in your MCP client. The example below adds it to Claude Desktop’s config, replacing <your-api-key> with a key obtained from weatherstack.com.
{
"mcpServers": {
"weatherstack-mcp": {
"command": "uvx",
"args": [
"weatherstack-mcp-server",
"--api-key",
"<your-api-key>"
]
}
}
}
Key features of ⛅ Weatherstack MCP Server
- Real-time weather conditions for any location
- Historical weather data by date and hour
- Multi-day weather forecast retrieval
- Marine weather and tide information
- Natural language interface for AI agents