Weather MCP Server
@isdaniel
关于 Weather MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather": {
"command": "python",
"args": [
"-m",
"mcp_weather_server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Weather MCP Server?
Weather MCP Server is a Model Context Protocol (MCP) server that provides weather information using the free and open-source Open-Meteo API. It is intended for use with MCP-compatible assistants or clients that need current or historical weather data for a given city.
How to use Weather MCP Server?
Install the package via pip (pip install mcp_weather_server) and add its configuration to a cline_mcp_settings.json file as a new entry under mcpServers. Then invoke the available tools – get_weather, get_weather_by_datetime_range, or get_current_datetime – from an MCP client.
Key features of Weather MCP Server
- No API key required (uses free Open-Meteo API)
- Get current weather for any city
- Get weather for a custom date range
- Get current datetime in a specified timezone
- Simple pip installation and configuration
Use cases of Weather MCP Server
- Retrieve current weather conditions for a travel destination
- Obtain historical weather data for a past date range
- Get the current local time in a specific IANA timezone
FAQ from Weather MCP Server
What data source does Weather MCP Server use?
It uses the Open-Meteo API, which is free and open-source. No API key is required.
What tools are provided by Weather MCP Server?
Three tools: get_weather (current weather by city), get_weather_by_datetime_range (weather between two dates), and get_current_datetime (current time in a given timezone).
How do I install Weather MCP Server?
Install via pip: pip install mcp_weather_server. Then add the server configuration to your cline_mcp_settings.json file as shown in the README.
Does Weather MCP Server require an API key or authentication?
No. The Open-Meteo API it relies on does not require any key or authentication.
What runtime dependencies does Weather MCP Server have?
It requires Python and pip to install and run. The server is executed via python -m mcp_weather_server.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
评论