📦
Weather MCP Server
weather_mcp_server
0 installs
1 stars
Trust: 41 — Fair
Maps
Installation
npx weather-mcp-serverAsk AI about Weather MCP Server
Powered by Claude · Grounded in docs
I know everything about Weather MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Weather MCP Server
基于@modelcontextprotocol/sdk实现的一个纯TS实现的天气查询MCP server
基本思路
- 使用 McpServer 类创建服务器实例
- 通过 server.tool() 注册工具
- 使用 zod 进行参数验证
- 返回标准化的响应格式
quick start
安装依赖
- npm run build
- npx @modelcontextprotocol/inspector node dist/index.js
