Weather MCP Server
AI मॉडल के लिए मौसम डेटा प्राप्त करने हेतु एक API।
दस्तावेज़
weather_mcp
weather_mcp server acts as a api for ai models to fetch weather data
Run it
- Clone the Repository
https://github.com/Nishantjaryal/weather_mcp.git
cd weather_mcp
npm install
claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["ABSOLUTE LOCATION OF .JS FILE IN BUILD DIRECTORY"]
}
}
}