MCP.so
ログイン

MCP Weather Server

@nosadaniel

MCP Weather Server について

A specialized weather data server built using the MCP SDK and TypeScript that provides weather information through the Model Context Protocol (MCP). This project enables Large Language Models that support MCP to access weather data directly, creating a seamless integration betwee

基本情報

カテゴリ

メディアとデザイン

ライセンス

Apache-2.0

ランタイム

node

トランスポート

stdio

公開者

nosadaniel

設定

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

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": [
        "/mcp-weather-server/build/index.js"
      ]
    }
  }
}

ツール

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

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

概要

What is MCP Weather Server?

A TypeScript-based server built with the MCP SDK that enables large language models (LLMs) supporting the Model Context Protocol to retrieve real-time weather forecasts and alerts. It acts as middleware between weather data APIs and AI systems, bridging meteorological data sources with language models.

How to use MCP Weather Server?

Clone and build the repository, then add the server configuration to your Claude desktop configuration file (claude_desktop_config.json). Restart the Claude desktop application; your Claude instance will then have access to real-time weather data through MCP.

Key features of MCP Weather Server

  • Retrieves real-time weather forecasts for LLMs through function calling
  • Enables AI models to access and process weather alerts by location
  • Built with TypeScript for type safety and improved developer experience
  • Implements the Model Context Protocol for standardized LLM communication
  • Integrates seamlessly with the Claude desktop client

Use cases of MCP Weather Server

  • An AI assistant incorporating current weather conditions into travel recommendations
  • A chatbot providing location-specific weather alerts during emergency preparedness conversations
  • A language model generating weather-aware responses without leaving the chat interface

FAQ from MCP Weather Server

What is the transport mechanism used by MCP Weather Server?

The server communicates via the standard input/output (stdio) transport, as shown in the Claude configuration where node is invoked with the server script.

Does MCP Weather Server require an API key for weather data?

The README does not specify authentication or API key requirements. It only documents the server build and configuration steps.

What are the runtime dependencies for MCP Weather Server?

The server is built with TypeScript and requires Node.js to run. The configuration uses the node command to execute the built index.js file.

Can MCP Weather Server be used with LLMs other than Claude?

The README only provides integration instructions for the Claude desktop client. It states the server works with any LLM that supports the Model Context Protocol, but no other clients are explicitly documented.

Where does weather data come from and where does it live?

The README does not name the upstream weather API or describe data storage; it only indicates that the server acts as middleware between weather data APIs and language models.

コメント

「メディアとデザイン」の他のコンテンツ