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
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.
Latest Blog Posts
- 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