Enables n8n workflows to fetch current weather and air quality information from WeatherAPI.com
WeatherAPI MCP Server
An MCP server that provides current weather and air quality data using WeatherAPI.
Features
Get current weather data for any city
Air quality information (optional)
Dynamic URI support for weather resources
Easy integration with n8n, Claude Desktop App, Windsurf IDE,Cursor IDE, and other MCP clients
Related MCP server: Weather MCP Tool
Getting Started
Get WeatherAPI Key
Go to WeatherAPI.com
Sign up for a free account
After signing in, go to your dashboard
Copy your API key from the "API Keys" section
MCP Configuration
Add the following configuration to your Windsurf MCP config file:
Replace YOUR_API_KEY_HERE with the API key you obtained from WeatherAPI.com.
Tools
get_weather
Get current weather data for a specified city.
Parameters:
location(string): City name
Example response:
Repository
License
MIT