Weather API MCP
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 API MCPWhat's the weather in New York?"
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 API MCP
A zero-config MCP (Model Context Protocol) weather server for Claude AI. Get real-time weather data without API keys!
Features
⨠Zero Configuration - No API keys needed ⨠Multi-Location - Get weather for any location ⨠Forecast Support - 5-day weather forecasts ⨠Unit Conversion - Celsius and Fahrenheit support ⨠Tool Use Integration - Works seamlessly with Claude
Related MCP server: Simple Weather MCP
Installation
cd WEATHER_API_MCP
npm installUsage
Development
npm run devBuild
npm run build
npm startAPI Functions
get_weather
Get current weather for a location.
Parameters:
location(string): Location name (e.g., 'London', 'New York')unit(string, optional): 'celsius' or 'fahrenheit' (default: 'celsius')
Example:
getWeather('London', 'celsius')
// Returns: { location, temperature, condition, humidity, wind_speed, pressure }get_forecast
Get weather forecast for the next 5 days.
Parameters:
location(string): Location namedays(number): Number of days to forecast (1-7)
Example:
getForecast('Tokyo', 3)
// Returns: { location, forecast: [{ date, high_temp, low_temp, condition, precipitation_chance }] }Example Output
{
"location": "London, UK",
"temperature": 15,
"condition": "Partly Cloudy",
"humidity": 65,
"wind_speed": 12,
"pressure": 1013
}Integration with Claude
Use this MCP with Claude by configuring it in your MCP settings. Claude can automatically call weather functions in natural language:
"What's the weather like in London?"
"Get me a 5-day forecast for Tokyo"
"Compare weather between Paris and New York"
Technical Stack
Language: TypeScript
Runtime: Node.js
Protocol: Model Context Protocol (MCP)
AI: Anthropic Claude API
License
MIT
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
- Alicense-qualityDmaintenanceAn MCP server that provides real-time weather data, hourly forecasts, and daily summaries using the free Open-Meteo API with no API key required. It enables users to search for weather conditions by specific coordinates or city names across multiple measurement units.1MIT
- Alicense-qualityDmaintenanceA cross-platform MCP server that provides weather forecasts by coordinates, location name, or IP address without requiring API keys. It leverages Open Meteo and OpenStreetMap to deliver fast, single-query weather lookups.MIT
- Alicense-qualityDmaintenanceA MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.15MIT
- Alicense-qualityCmaintenanceA no-API-key-required MCP server that wraps Open-Meteo APIs to provide geocoding and weather forecast data, enabling city lookups and multi-day forecasts through tools, resources, and prompts.MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloud-hosted MCP server for durable AI memory
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
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/anslemdavid/WEATHER_API_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server