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 💡
@chaindead/telegram-mcp
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
@onlyoffice/docspace-mcp
An MCP server for ONLYOFFICE DocSpace, enabling large language models to interact with DocSpace files, folders, people, and rooms through a set of defined tools.
github-mcp-server
An MCP server providing seamless integration with GitHub APIs for automation and interaction capabilities
google-pse-mcp
An MCP server integrating Google Programmable Search Engine (PSE) API to provide web search tools for MCP clients
digma-ai/digma-mcp-server
Enables agents to access Digma's code observability insights via MCP SSE server
kam-mcp-server
A Model Context Protocol (MCP) server built with mcp-framework, providing tools for creating and managing elements like points, lines, and surfaces, and retrieving view elements.