Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
OpenWeatherMap
cloud

OpenWeatherMap MCP Server

MCP server for weather data

weatheropenweathermapforecasttemperature

About

## OpenWeatherMap MCP Server: Global Weather Data The **OpenWeatherMap MCP Server** integrates OpenWeatherMap services into Google Antigravity, enabling AI-assisted access to current weather, forecasts, and historical weather data for locations worldwide. ### Why OpenWeatherMap MCP? - **Global Coverage**: Weather data for any location on Earth - **Free Tier**: Generous free API calls for development - **Multiple APIs**: Current, forecast, historical, and air quality data - **Weather Maps**: Access to weather map tiles - **Alerts**: Severe weather alerts and notifications ### Key Features #### 1. Current Weather ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get current weather for San Francisco including humidity and wind" }] ) ``` #### 2. Forecasts ```python # Get forecasts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show 7-day forecast with precipitation probability" }] ) ``` #### 3. Air Quality ```python # Check air quality response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get air quality index and pollution levels for my location" }] ) ``` #### 4. Historical Data ```python # Access history response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get historical weather data for last month for analysis" }] ) ``` ### Configuration ```json { "mcpServers": { "openweathermap": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-openweathermap"], "env": { "OPENWEATHER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Weather Apps**: Build weather-aware applications. **Agriculture**: Monitor weather for farming decisions. **Travel Planning**: Check weather for destinations. **Events**: Plan outdoor activities with weather data. The OpenWeatherMap MCP Server brings weather intelligence into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "openweathermap": {
      "mcpServers": {
        "openweathermap": {
          "env": {
            "OPENWEATHER_API_KEY": "YOUR_OPENWEATHER_API_KEY"
          },
          "args": [
            "-y",
            "mcp-openweather"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Get free API key from openweathermap.org
  2. 22. Current weather and 5-day forecast
  3. 33. Global weather data

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers