MCP Weather Server
@adarshem
关于 MCP Weather Server
An MCP server to get Weather details
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-learn-adarshem": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@adarshem/mcp-server-learn",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Weather Server?
MCP Weather Server is a demo implementation of a Model Context Protocol (MCP) server that provides weather-related tools. It uses the US National Weather Service API to fetch active weather alerts for a US state and a forecast for a specific latitude/longitude.
How to use MCP Weather Server?
Install the server via Smithery with npx @smithery/cli install @adarshem/mcp-server-learn --client claude, or manually clone the repository, run pnpm install and pnpm build. Configure it in your MCP client (e.g., VSCode) by adding the server entry to settings.json with the command node and the absolute path to build/index.js.
Key features of MCP Weather Server
- Built with Node.js
- Provides get-alerts tool for US state alerts
- Provides get-forecast tool by lat/lon
- Uses US National Weather Service API
Use cases of MCP Weather Server
- Learning how to build an MCP server with Node.js
- Fetching active weather alerts for a US state
- Retrieving a weather forecast for a specific latitude/longitude
FAQ from MCP Weather Server
What runtime is required?
Node.js must be installed on your system.
Where does the weather data come from?
The server uses the US National Weather Service API for accurate and up-to-date information.
How do I configure the server in VSCode?
Add the server entry to your settings.json with the command node and the absolute path to build/index.js.
Is this server production-ready?
The README describes it as a demo implementation, so it may not be intended for production use.
媒体与设计 分类下的更多 MCP 服务器
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Video Editor MCP server
burningionMCP Interface for Video Jungle

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
评论