MCP.so
ログイン

Weather MCP Server

@moizghumann

Weather MCP Server について

概要はまだありません

基本情報

カテゴリ

メディアとデザイン

ランタイム

node

トランスポート

stdio

公開者

moizghumann

設定

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

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

ツール

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

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

概要

What is Weather MCP Server?

A Model Context Protocol server that fetches and processes weather data. Built with TypeScript and runs on Node.js, it uses the MCP SDK to expose weather information to compatible clients.

How to use Weather MCP Server?

Clone the repository, install dependencies (npm install), build the project (npm run build), then run the server (npm start or node build/index.js). Configure it via environment variables (e.g., API_KEY and PORT) in a .env file.

Key features of Weather MCP Server

  • Fetches and processes weather data.
  • Uses Model Context Protocol (MCP) SDK.
  • Built with TypeScript for type safety.
  • Configurable via environment variables.

Use cases of Weather MCP Server

  • Providing real-time weather data to MCP-enabled applications.
  • Integrating weather lookups into AI assistants or chatbots.
  • Serving as a lightweight backend for weather-based tools.

FAQ from Weather MCP Server

What does Weather MCP Server do?

It provides weather data using the Model Context Protocol, allowing MCP clients to query weather information.

What are the runtime requirements?

Node.js (any version that supports the TypeScript compilation output) and the dependencies installed via npm install.

How do I configure the API key?

Set the API_KEY environment variable in a .env file in the project root. The server reads this variable at startup.

Where does the compiled code go?

The TypeScript source compiles to the build/ directory. Ensure that build/index.js exists after running npm run build.

Are there any known limits or transport details?

The README does not specify transport protocols or authentication methods beyond the environment variable configuration. It runs on the port specified by the PORT variable (default 3000).

コメント

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