Weather MCP

An API for AI models to fetch weather data.

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

Related Servers

Weather MCP | Awesome MCP Servers