Weather MCP server for Claude
Claude 向け Weather MCP サーバー
公式の TypeScript/JavaScript MCP SDK と Open-Meteo を使用した最小限のリモート MCP サーバーです(API キーは不要)。以下を公開します:
get_weather: 現在の天気と、場所名による1〜7日間の予報POST /mcp: Streamable HTTP MCP エンドポイントGET /health: Render のヘルスチェック
ローカルでの実行
Node.js 20 以降が必要です。
corepack enable
pnpm install
pnpm startMCP エンドポイントは http://localhost:3000/mcp です。
Related MCP server: Weather MCP Server
Render へのデプロイ
このディレクトリを GitHub または GitLab のリポジトリに置きます。
Render で New > Blueprint を選択し、リポジトリを接続します。
Render が
render.yamlを読み取り、Web サービスを作成します。デプロイが完了したら、MCP URL として
https://YOUR-SERVICE.onrender.com/mcpを使用します。
天気 API キーは不要です。Render の無料プランはアイドル時にスリープする場合があるため、非アクティブ期間後の最初のリクエストには時間がかかることがあります。
Claude を接続する
リモートカスタムコネクタをサポートする Claude クライアントでは、次の URL のカスタムコネクタを追加してください:
https://YOUR-SERVICE.onrender.com/mcpこのサーバーは簡素化のため、意図的に認証なしで動作します。URL を知っている人なら誰でも呼び出せるため、プライベートデータや有料データソースを使用する前に認証を追加してください。
プロンプト例
get_weather を使って、バージニア州リッチモンドの3日間の予報をヤード・ポンド法で教えてください。
データソース
天気とジオコーディングのデータは Open-Meteo によって提供されています。このサーバーを本番製品で使用する前に、その帰属表示と商用利用に関する条件を確認してください。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to retrieve current weather, forecasts, and summaries for any global location using the Open-Meteo API, with no API key required.21Creative Commons Zero v1.0 Universal
- FlicenseBqualityDmaintenanceProvides current weather conditions and forecasts for any location using the Open-Meteo API.2
- FlicenseNot gradedqualityBmaintenanceEnables querying current weather, 7-day forecast, UV index, and air quality for any city using the free Open-Meteo API, without requiring an API key.26
- FlicenseNot gradedqualityCmaintenanceProvides current weather, multi-day forecasts, and umbrella recommendations through natural language queries, using the Open-Meteo API with no API key required.
Related MCP Connectors
Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ballyhoogroup/weather-mcp-render'
If you have feedback or need assistance with the MCP directory API, please join our Discord server