Skip to main content
Glama
bobby169

Weather MCP Server

by bobby169

天気MCPサーバー

このプロジェクトは、天気情報を提供するモデルコンテキストプロトコル (MCP) サーバーです。

特徴

  • 特定の緯度と経度の現在の天気予報を取得します。

  • 米国の州の最新の気象警報を取得します。

Related MCP server: Weather MCP Server

設定

  1. 依存関係をインストールします:

    pnpm install
  2. サーバーを構築します。

    pnpm run build

サーバーの実行

このサーバーは、Claude for Desktop などの MCP クライアントによって実行されるように設計されています。

Claude for Desktop(または同様のMCPクライアント)をこのサーバーを使用するように設定するには、構築したサーバーを指定する必要があります。一般的な設定では、以下を指定します。

  • コマンド: node

  • 引数: ["/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"]

/ABSOLUTE/PATH/TO/YOUR/PROJECT/システム上のmcptestディレクトリへの実際の絶対パスに置き換えます。

たとえば、プロジェクトが/Users/bohe/Desktop/mcptestにある場合、引数は["/Users/bohe/Desktop/mcptest/build/index.js"]になります。

MCP サーバーを追加および構成する方法の具体的な手順については、MCP クライアントのドキュメントを参照してください。

発達

  • ソースコードはsrcディレクトリにあります。

  • メインのサーバー ロジックはsrc/index.tsにあります。

  • ビルド出力はbuildディレクトリにあります。

MCP構成

.vscode/mcp.jsonファイルは、VS Code がこの MCP サーバーを認識し、デバッグできるようにするために提供されています。

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Get US weather forecasts, active alerts, and current observations.

  • NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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/bobby169/mcp-server-weather'

If you have feedback or need assistance with the MCP directory API, please join our Discord server