lreffyMcp08
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"weather": {
"args": [
"-y",
"@h1deya/mcp-server-weather"
],
"command": "npx"
}
}
}
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
get-alerts 1 个参数 需填 1 项
Get weather alerts for a US state
必填参数:state
get-forecast 2 个参数 需填 2 项
Get weather forecast for a location in the US
必填参数:latitude、longitude
服务介绍
1111