Weather MCP server for Claude
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather MCP server for ClaudeWhat's the weather like in Seattle this weekend?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 namePOST /mcp: the Streamable HTTP MCP endpointGET /health: a Render health check
Run locally
Requires Node.js 20 or newer.
corepack enable
pnpm install
pnpm startThe MCP endpoint is http://localhost:3000/mcp.
Related MCP server: Weather MCP Server
Deploy on Render
Put this directory in a GitHub or GitLab repository.
In Render, choose New > Blueprint and connect the repository.
Render reads
render.yamland creates the web service.When deployment finishes, use
https://YOUR-SERVICE.onrender.com/mcpas 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/mcpThe 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.
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.15
- 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