weather-server MCP Server
@93minki
关于 weather-server MCP Server
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather-server": {
"command": "node",
"args": [
"/Users/{UserName}/Desktop/{Project-path}/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is weather-server?
weather-server is a TypeScript-based MCP server that provides weather data by integrating with the OpenWeather API. It demonstrates core MCP concepts and is designed for use with the Claude desktop application.
How to use weather-server?
Create a .env file with your OPENWEATHER_API_KEY, run npm run build, then modify your claude_desktop_config.json to point to the built index.js file. The server is launched via Node using the path specified in the config.
Key features of weather-server
- Integrates with the OpenWeather API for weather data
- Built with TypeScript and compiles to JavaScript
- Runs as a local Node.js process
Use cases of weather-server
- Fetching current weather information for a location
- Demonstrating MCP server setup and configuration
- Integrating weather data into the Claude desktop workflow
FAQ from weather-server
What API key is required?
You need an OpenWeather API key, which is stored in a .env file as OPENWEATHER_API_KEY.
How do I configure weather-server for Claude Desktop?
Modify your claude_desktop_config.json to include the server entry with the command node and the path to the built index.js file.
Where does weather-server store data?
The server does not store data; it retrieves live weather data from the OpenWeather API on request.
What runtime does weather-server require?
It requires Node.js to run the built JavaScript file.
What transport does weather-server use?
The server communicates via standard input/output (stdio) as a subprocess of the MCP client (Claude Desktop).
常见问题
What API key is required?
You need an OpenWeather API key, which is stored in a `.env` file as `OPENWEATHER_API_KEY`.
How do I configure weather-server for Claude Desktop?
Modify your `claude_desktop_config.json` to include the server entry with the command `node` and the path to the built `index.js` file.
Where does weather-server store data?
The server does not store data; it retrieves live weather data from the OpenWeather API on request.
What runtime does weather-server require?
It requires Node.js to run the built JavaScript file.
What transport does weather-server use?
The server communicates via standard input/output (stdio) as a subprocess of the MCP client (Claude Desktop).
基本信息
媒体与设计 分类下的更多 MCP 服务器
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
评论