
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.gitcd weather_mcpnpm installclaude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["ABSOLUTE LOCATION OF .JS FILE IN BUILD DIRECTORY"]
}
}
}
Copy & paste โ that's it
npm installNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.