Skip to content
VS Code

OpenWeather for agents for VS Code

org.openweathermap/agents

OpenWeather data for AI agents: list feeds, sign up, check balance, get a top-up link, fetch data.

client:VS Code transport:streamable-http tools:6

Install OpenWeather for agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "agents": {
      "type": "http",
      "url": "https://mcp.openweathermap.org/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

OpenWeather for agents in other clients