WeatherAPI MCP Server

by swonixs

Integrations

  • 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

Getting Started

Get WeatherAPI Key

  1. Go to WeatherAPI.com
  2. Sign up for a free account
  3. After signing in, go to your dashboard
  4. Copy your API key from the "API Keys" section

MCP Configuration

Add the following configuration to your Windsurf MCP config file:

{ "mcpServers": { "weather": { "command": "npx", "args": ["-y", "@swonixs/weatherapi-mcp"], "env": { "WEATHER_API_KEY": "YOUR_API_KEY_HERE" } } } }

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:

{ "location": "London", "country": "United Kingdom", "temp_c": 15.0, "condition": "Partly cloudy", "humidity": 71, "wind_kph": 14.4, "air_quality": { "co": 230.3, "no2": 13.5, "o3": 52.9, "pm2_5": 8.5, "pm10": 12.1, "us-epa-index": 1 } }

Repository

WeatherAPI MCP Server

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides current weather and air quality data for any city using WeatherAPI, easily integrating with MCP clients like n8n and Claude Desktop App.

  1. Features
    1. Getting Started
      1. Get WeatherAPI Key
      2. MCP Configuration
      3. Tools
      4. Repository
    2. License

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Provides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.
        Last updated -
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
        Last updated -
        1
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A simple MCP service that allows users to query weather conditions for cities worldwide through the Cursor AI assistant.
        Last updated -
        JavaScript
      • -
        security
        F
        license
        -
        quality
        An MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.
        Last updated -
        Python
        • Linux
        • Apple

      View all related MCP servers

      ID: 0hj7q3ci6d