OpenWeather MCP Server
Integrates the OpenWeather API with Claude to provide real-time weather updates, 5-day forecasts, and air quality data. It enables users to query current conditions, pollution levels, and coordinate-based weather information directly within their conversations.
README
OpenWeather MCP Server
A Model Context Protocol (MCP) server that integrates OpenWeather API with Claude, enabling real-time weather information, forecasts, and air quality data directly in your conversations.
Features
- 🌤️ Current Weather: Get real-time weather conditions for any city
- 📅 5-Day Forecast: Detailed weather forecasts with 3-hour intervals
- 📍 Coordinate-Based Search: Get weather data using latitude and longitude
- 🌍 Air Quality Index: Check pollution levels and air quality data
- 🌡️ Detailed Metrics: Temperature, humidity, wind speed, visibility, and more
Prerequisites
- Node.js v18 or higher
- Claude Desktop
- OpenWeather API key (free tier available)
Installation
1. Get OpenWeather API Key
- Sign up at OpenWeather
- Navigate to "My API keys" in your account
- Copy your API key (note: new keys take ~2 hours to activate)
2. Clone and Setup
# Clone the repository
git clone https://github.com/MadhurToshniwal/OpenWeather-MCP-server.git
cd OpenWeather-MCP-server
# Install dependencies
npm install
# Build the project
npm run build
3. Configure Claude Desktop
Edit your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"openweather": {
"command": "node",
"args": [
"/absolute/path/to/openweather-mcp-server/dist/index.js"
],
"env": {
"OPENWEATHER_API_KEY": "your_api_key_here"
}
}
}
}
Important for Windows users: Use double backslashes in paths:
"args": ["C:\\Users\\YourName\\Desktop\\openweather-mcp-server\\dist\\index.js"]
4. Restart Claude Desktop
Completely quit and restart Claude Desktop for changes to take effect.
Usage Examples
Once configured, you can ask Claude:
- "What's the weather in Tokyo?"
- "Give me a 5-day forecast for London"
- "What's the weather at coordinates 40.7128, -74.0060?"
- "Check the air quality in Beijing"
- "Compare weather between Mumbai and Delhi"
Available Tools
get_current_weather
Get current weather conditions for a specific city.
Parameters:
city(required): City namecountry_code(optional): 2-letter country code (e.g., "US", "GB")
get_forecast
Get 5-day weather forecast with 3-hour intervals.
Parameters:
city(required): City namecountry_code(optional): 2-letter country code
get_weather_by_coordinates
Get current weather by geographic coordinates.
Parameters:
latitude(required): Latitude coordinatelongitude(required): Longitude coordinate
get_air_pollution
Get air quality data for specific coordinates.
Parameters:
latitude(required): Latitude coordinatelongitude(required): Longitude coordinate
API Limits
The free tier of OpenWeather API includes:
- 1,000 API calls per day
- 60 calls per minute
- Current weather data
- 5-day forecast
- Air pollution data
Project Structure
openweather-mcp-server/
├── src/
│ └── index.ts # Main server implementation
├── dist/ # Compiled JavaScript (generated)
├── .env # Environment variables (not in repo)
├── package.json
├── tsconfig.json
└── README.md
Development
# Build the project
npm run build
# Run in development mode
npm start
Technologies Used
- TypeScript: Type-safe development
- Model Context Protocol (MCP): Claude integration standard
- OpenWeather API: Weather data provider
- Axios: HTTP client for API requests
Troubleshooting
"API key not valid"
- Ensure your API key is correctly set in the configuration
- New API keys take up to 2 hours to activate after signup
Tools not appearing in Claude
- Verify the path in
claude_desktop_config.jsonis correct - Restart Claude Desktop completely
- Check that the project is built (
distfolder exists)
"Cannot find module"
- Run
npm installto install dependencies - Ensure Node.js version is 18 or higher
License
MIT
Author
Madhur Toshniwal
📧 madhurtoshniwal03@gmail.com
Acknowledgments
- OpenWeather API for weather data
- Anthropic for the Model Context Protocol
- Claude Desktop for AI integration
Built for campus placement showcase | Demonstrates API integration, TypeScript, and modern development practices
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。