My Mcp Weather Server
Freeby MCP Community
基于MCP的实时天气预报服务器
v0.6.0Added Apr 12, 2026
mcpweatherapiservermodelcontextprotocol
My Mcp Weather Server MCP Server
基于MCP的实时天气预报服务器
Installation
npx -y my-mcp-weather-server
Reviews
Installation
Quick install
npx -y my-mcp-weather-server
Add to claude_desktop_config.json
{
"mcpServers": {
"my-mcp-weather-server": {
"command": "npx",
"args": ["-y", "my-mcp-weather-server"]
}
}
}