Back to Apps

Weather API MCP Server
by ezh0v
Provides real-time temperature and weather information for cities using the OpenWeatherMap API.
1 stars
Updated 11 months ago
Works in:claude
Exposes:Tools
What it does\nConnects your AI assistant to OpenWeatherMap to retrieve instant weather data and temperature for any specified city. It supports Celsius units and specifically includes Turkish language support.\n\n## Tools\n- Get-Weather: Fetches the current temperature and weather conditions for a given city.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "weather-mcp": {\n "command": "npm",\n "args": ["start", "--prefix", "/path/to/weather-mcp-server"],\n "env": {\n "Weather_apı_key": "your_openweathermap_api_key_here"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
npm install -g weathermcpInformation
- Pricing
- free
- Published
- 4/29/2026
- Updated
- 11 months ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n \"mcpServers\": {\n \"weather-mcp\": {\n \"command\": \"npm\",\n \"args\": [\"start\", \"--prefix\", \"/path/to/weather-mcp-server\"],\n \"env\": {\n \"Weather_apı_key\": \"your_openweathermap_api_key_here\"\n }\n }\n }\n}





