Skip to main content
Glama

WeatherAPI MCP Server

by swonixs

WeatherAPI MCP サーバー

WeatherAPI を使用して現在の天気と空気質データを提供する MCP サーバー。

特徴

  • どの都市でも現在の天気データを取得できます
  • 空気質情報(オプション)
  • 天気リソースの動的URIサポート
  • n8n、Claudeデスクトップアプリ、Windsurf IDE、Cursor IDE、その他のMCPクライアントとの簡単な統合

はじめる

WeatherAPIキーを取得する

  1. WeatherAPI.comへアクセス
  2. 無料アカウントに登録する
  3. サインイン後、ダッシュボードへ移動します
  4. 「APIキー」セクションからAPIキーをコピーします

MCP構成

Windsurf MCP 構成ファイルに次の構成を追加します。

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

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 サーバー

ライセンス

マサチューセッツ工科大学

-
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.

WeatherAPI を使用してあらゆる都市の現在の天気と空気質データを提供し、n8n や Claude Desktop App などの MCP クライアントと簡単に統合できます。

  1. 特徴
    1. はじめる
      1. WeatherAPIキーを取得する
      2. MCP構成
      3. ツール
      4. リポジトリ
    2. ライセンス

      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

      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