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
AccuWeather
sun

AccuWeather MCP Server

Weather forecasting service

weatheraccuweatherforecasthourly

About

## AccuWeather MCP Server: Weather Data and Forecasts The **AccuWeather MCP Server** integrates AccuWeather services into Google Antigravity, enabling AI-assisted access to weather data, forecasts, and severe weather alerts for any location worldwide. ### Why AccuWeather MCP? - **Global Coverage**: Weather data for locations worldwide - **Accurate Forecasts**: Industry-leading forecast accuracy - **Minute-Cast**: Minute-by-minute precipitation forecasts - **Severe Alerts**: Real-time severe weather warnings - **Historical Data**: Access to historical weather data ### Key Features #### 1. Current Conditions ```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 conditions for New York City" }] ) ``` #### 2. Forecasts ```python # Get forecasts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show 5-day forecast with hourly details for tomorrow" }] ) ``` #### 3. Alerts ```python # Check alerts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Are there any severe weather alerts for my area?" }] ) ``` #### 4. Historical ```python # Access history response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get historical temperature data for the past month" }] ) ``` ### Configuration ```json { "mcpServers": { "accuweather": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-accuweather"], "env": { "ACCUWEATHER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Weather Planning**: Plan activities based on accurate forecasts. **Severe Weather**: Stay informed about dangerous conditions. **Agriculture**: Monitor weather for farming decisions. **Events**: Plan outdoor events with confidence. The AccuWeather MCP Server brings comprehensive weather data into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "accuweather": {
      "mcpServers": {
        "accuweather": {
          "env": {
            "ACCUWEATHER_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "accuweather-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Get free API key from AccuWeather
  2. 22. Hourly and daily forecasts
  3. 33. Weather alerts planned

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