Weather Server Demo
Freeby MCP Community
A simple Model Context Protocol (MCP) server that provides real-time weather data to AI agents like GitHub Copilot.
v1.0.0Added Apr 12, 2026
Weather Server Demo MCP Server
A simple Model Context Protocol (MCP) server that provides real-time weather data to AI agents like GitHub Copilot.
Installation
npx -y @iflow-mcp/weather-server-demo
Reviews
Installation
Quick install
npx -y @iflow-mcp/weather-server-demo
Add to claude_desktop_config.json
{
"mcpServers": {
"weather-server-demo": {
"command": "npx",
"args": ["-y", "@iflow-mcp/weather-server-demo"]
}
}
}