MCP.so
ログイン

weather mcp

@vhxnif

weather mcp について

A weather MCP server Demo

基本情報

カテゴリ

メディアとデザイン

ランタイム

node

トランスポート

stdio

公開者

vhxnif

設定

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

{
  "mcpServers": {
    "weather-mcp-vhxnif": {
      "command": "bun",
      "args": [
        "run",
        "src/mcp/sse-server.ts"
      ]
    }
  }
}

ツール

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

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

概要

What is weather mcp?

How to use weather mcp?

Install dependencies with bun install. Run the SSE server using bun run src/mcp/sse-server.ts or the Stdio server using bun run src/mcp/stdio-server.ts. Configure the client with the appropriate JSON object for the chosen transport.

Key features of weather mcp

  • Requires Bun runtime.
  • Supports SSE transport on http://localhost:3000/sse.
  • Supports Stdio transport via bun run script.

Use cases of weather mcp

FAQ from weather mcp

コメント

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