Weather MCP Server
A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.
Features
- Get current weather information for a specified city.
Installation
This server is designed to be installed manually by adding its configuration to the cline_mcp_settings.json file.
- Add the following entry to the
mcpServersobject in yourcline_mcp_settings.jsonfile:
{
"mcpServers": {
"weather": {
"command": "python",
"args": [
"mcp_weather_server.py"
],
"disabled": false,
"autoApprove": []
}
}
}
- Save the
cline_mcp_settings.jsonfile.
Configuration
This server does not require an API key. It uses the Open-Meteo API, which is free and open-source.
Usage
This server provides a single tool: get_weather.
get_weather
Retrieves the current weather information for a given city.
Parameters:
city(string, required): The name of the city.
Example:
To get the weather in Taipei, you would use the tool like this:
<use_mcp_tool>
<server_name>weather</server_name>
<tool_name>get_weather</tool_name>
<arguments>
{
"city": "Taipei"
}
</arguments>
</use_mcp_tool>
Pip Installation and Usage
This package can be installed using pip:
pip install mcp_weather_server
After installation, you can use the mcp_weather_server command-line tool:
mcp_weather_server --city "Your City"
Replace "Your City" with the city you want to get weather information for.
Weather Information Server
Project Details
- isdaniel/mcp_weather_server
- Apache License 2.0
- Last Updated: 4/20/2025
Recomended MCP Servers
Cryptocurrency Market Data MCP Server
A Model Context Protocol server for Chess.com's Published Data API. This provides access to Chess.com player data, game...
The official Python SDK for Model Context Protocol servers and clients
playwright-mcp with video record
Connecting Local AI Agent with MCP servers about Crypto and Stock news
A repository for MarkLogic MCP integration
Un-official Serper Google search server for Cline and other MCP clients
A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)
This is a MCP server for Claude Desktop that allows you to interact with SharePoint Online using the...
Ever been told to RTFM only to find there is no FM to R? MCP-RTFM helps you CREATE...





