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 💡
@aixbt/mcp-server
A MCP server integrating AIXBT data API to provide context services.
stephanj/MCPJavaFileSystem
An MCP server providing filesystem operations and web access tools for LLM agents

TomTom Model Context Protocol Server
TomTom Model Context Protocol Server provides TomTom's comprehensive mapping, navigation, and location intelligence services to AI agents, enabling them to access real-time road data, optimized routing, and traffic information.
topoteretes/cognee-mcp
A Model Context Protocol server for cognee’s memory engine, enabling structured knowledge graph storage and querying for AI agents
nacos-mcp-router
A MCP server that provides search, installation, proxy functionalities for other MCP servers with advanced search capabilities.
user-prompt-mcp
An MCP server for Cursor that enables requesting user input during AI generation