weather_mcp

Nishantjaryal/weather_mcp

3.1

If you are the rightful owner of weather_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The weather_mcp server provides an API for AI models to fetch weather data efficiently.

weather_mcp

weather_mcp server acts as a api for ai models to fetch weather data

Run it

  1. 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"]
    }
  }
}