Weather
@chatmcp
关于 Weather
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@chatmcp/weather-mcp"
],
"env": {
"WEATHER_API_KEY": "xxx"
}
}
}
}工具
1query weather for given city
概览
What is Weather?
Weather is an MCP (Model Context Protocol) server for querying weather data. It is designed for developers who want to integrate real-time weather information into MCP‑compatible applications, such as AI assistants.
How to use Weather?
Configure the server in your MCP client by setting the WEATHER_API_KEY environment variable and using the command npx -y @chatmcp/weather-mcp. Run the server via any MCP host that supports the stdio transport.
Key features of Weather
- Provides weather data through the Model Context Protocol.
- Authenticates with a single environment variable (
WEATHER_API_KEY). - Runs via
npxwith no global installation required. - Lightweight and easy to configure.
Use cases of Weather
- Embed current weather queries into conversational AI agents.
- Provide weather context for automation workflows via MCP.
- Build simple weather‑aware tools using a standard MCP client.
FAQ from Weather
What does the Weather server do?
It is an MCP server that allows you to query weather information by connecting to an external weather API.
How do I set up the API key?
Set the WEATHER_API_KEY environment variable to your API key when starting the server, as shown in the configuration example.
How do I run the Weather server?
Use the command npx -y @chatmcp/weather-mcp and ensure the WEATHER_API_KEY environment variable is set. This will start the server and connect it via stdio to your MCP host.
媒体与设计 分类下的更多 MCP 服务器

Google Maps
modelcontextprotocolModel Context Protocol Servers
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
评论