MCP.so
ログイン
W

Weatherapi Mcp

@swonixs

Weatherapi Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

swonixs

投稿者

Leona Buchanan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Weatherapi Mcp?

An MCP server that provides current weather and air quality data using WeatherAPI. Designed for integration with MCP clients such as n8n, Claude Desktop App, Windsurf IDE, and Cursor IDE.

How to use Weatherapi Mcp?

Obtain an API key from WeatherAPI.com, then configure your MCP client to run the server via npx with the command npx -y @swonixs/weatherapi-mcp and set the environment variable WEATHER_API_KEY. Use the get_weather tool to retrieve current weather for a specified city.

Key features of Weatherapi Mcp

  • Get current weather for any city
  • Retrieve air quality information (optional)
  • Dynamic URI support for weather resources
  • Easy integration with multiple MCP clients
  • Simple tool-based interaction via get_weather

Use cases of Weatherapi Mcp

  • Fetch real-time weather data in an assistant or automation workflow
  • Include air quality readings in weather reports
  • Provide weather context for location-based tasks
  • Integrate weather information into n8n or IDE workflows

FAQ from Weatherapi Mcp

What data does the get_weather tool return?

It returns current temperature, condition, humidity, wind speed, and optionally air quality indices (CO, NO2, O3, PM2.5, PM10, US‑EPA index).

What are the runtime requirements?

The server runs via npx, so Node.js and npm are required. No other dependencies are mentioned.

How do I get an API key?

Sign up for a free account at WeatherAPI.com, then copy your API key from the dashboard’s “API Keys” section.

Which MCP clients are supported?

The README lists n8n, Claude Desktop App, Windsurf IDE, and Cursor IDE.

Where does the data come from?

The server fetches data from the WeatherAPI external service. A valid API key is required to authenticate requests.

コメント

「その他」の他のコンテンツ