openweather-mcp
A Model Context Protocal server for OpenWeather.org API.
Usage with Claude Desktop
Add the following to claude_desktop_config.json:
{
"mcpServers": {
"openweather-mcp": {
"command": "uvx",
"args": [
"openweather-mcp"
],
"env": {
"OPENWEATHER_API_KEY": "<your_openweather_api_key>"
},
}
}
}
It requires uv to be installed on your machine. Check the official documentation for installation guides.
Available Tools
get_current_weatherGet current weather for a given city.get_weather_forecastGet weather forecast for a given city for the next 5 days.
Development
pdm install
pdm dev
Recommend MCP Servers 💡
mcp-cerebra-legal-server
An enterprise-grade MCP server providing legal reasoning tools for analysis, follow-up questions, and completion formatting.
wordpress-mcp
A WordPress plugin that implements the Model Context Protocol (MCP) to expose WordPress functionality to AI models and agents.
ipospelov/mcp-memory-bank
MCP server for building structured documentation systems based on Cline's Memory Bank pattern for context preservation in AI assistant environments
FalkorDB-MCPServer
A Model Context Protocol (MCP) server for FalkorDB, allowing AI models to query and interact with graph databases.
mcp-fathom-analytics
An unofficial Model Context Protocol server for accessing Fathom Analytics data through an AI assistant
mcp-simple-arxiv
Tool to work with arXiv, provide LLM with ability to search and read papers from there