Weather MCP — Current Conditions & Forecast for Agents
com.thenextgennexus/weather-mcp-server
Documentation
Installation
Use the documented hosted MCP endpoint below.
Connection URL
MCP clients can connect to this server at:
https://nexgendata--weather-mcp-server.apify.actor/mcp
Client Configuration
{
"mcpServers": {
"weather": {
"url": "https://nexgendata--weather-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
Capabilities
Current weather and forecast lookup only.
Limitations
Requires an Apify account and API token. The published actor exposes one tool, get_weather, for current conditions and forecast lookup.
References
- Apify actor page: https://apify.com/nexgendata/weather-mcp-server
- Apify MCP docs: https://mcp.apify.com/
- Apify hosted MCP configuration: https://apify.com/mcp/weather-mcp-server
