Skip to main content
Glama
ballyhoogroup

Weather MCP server for Claude

Weather MCP server for Claude

A minimal remote MCP server using the official TypeScript/JavaScript MCP SDK and Open-Meteo (no API key required). It exposes:

  • get_weather: current conditions and a 1–7 day forecast by place name

  • POST /mcp: the Streamable HTTP MCP endpoint

  • GET /health: a Render health check

Run locally

Requires Node.js 20 or newer.

corepack enable
pnpm install
pnpm start

The MCP endpoint is http://localhost:3000/mcp.

Related MCP server: Weather MCP Server

Deploy on Render

  1. Put this directory in a GitHub or GitLab repository.

  2. In Render, choose New > Blueprint and connect the repository.

  3. Render reads render.yaml and creates the web service.

  4. When deployment finishes, use https://YOUR-SERVICE.onrender.com/mcp as the MCP URL.

No weather API key is needed. The free Render plan may sleep when idle, so the first request after inactivity can take longer.

Connect Claude

For Claude clients that support remote custom connectors, add a custom connector whose URL is:

https://YOUR-SERVICE.onrender.com/mcp

The server is intentionally unauthenticated for simplicity. Anyone who knows the URL can call it; add authentication before using private or paid data sources.

Example prompt

Use get_weather to tell me the three-day forecast for Richmond, Virginia in imperial units.

Data source

Weather and geocoding data are supplied by Open-Meteo. Review its attribution and commercial-use terms before using this server in a production product.

F
license - not found
Not graded
quality - not tested
C
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

  • 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.

View all MCP Connectors

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/ballyhoogroup/weather-mcp-render'

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