Skip to main content
Glama
swonixs

WeatherAPI MCP Server

by swonixs

WeatherAPI MCP 서버

WeatherAPI를 사용하여 현재 날씨와 대기 질 데이터를 제공하는 MCP 서버입니다.

특징

  • 모든 도시의 현재 날씨 데이터를 받으세요

  • 대기질 정보(선택사항)

  • 날씨 리소스에 대한 동적 URI 지원

  • n8n, Claude Desktop App, Windsurf IDE, Cursor IDE 및 기타 MCP 클라이언트와의 간편한 통합

Related MCP server: MCP Weather Server

시작하기

WeatherAPI 키 받기

  1. WeatherAPI.com 으로 이동

  2. 무료 계정에 가입하세요

  3. 로그인 후 대시보드로 이동하세요

  4. "API 키" 섹션에서 API 키를 복사하세요.

MCP 구성

Windsurf MCP 구성 파일에 다음 구성을 추가하세요.

지엑스피1

YOUR_API_KEY_HERE WeatherAPI.com에서 얻은 API 키로 바꾸세요.

도구

날씨를 얻으세요

지정된 도시의 현재 날씨 데이터를 가져옵니다.

매개변수:

  • location (문자열): 도시 이름

응답 예시:

{
  "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
  }
}

저장소

WeatherAPI MCP 서버

특허

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    11
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive weather information including current conditions, 7-day forecasts, and air quality data for any city worldwide using the Open-Meteo API. Features real-time weather data, hourly forecasts, sunrise/sunset times, and European Air Quality Index with human-readable descriptions.
    3
    17
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Integrates the OpenWeather API with Claude to provide real-time weather updates, 5-day forecasts, and air quality data. It enables users to query current conditions, pollution levels, and coordinate-based weather information directly within their conversations.
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)

  • WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)

  • OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swonixs/weatherapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server