Aviation Weather

Created By
mariowa month ago
Aviation weather briefings directly in Claude. METARs, TAFs, PIREPs, SIGMETs, and ICON-D2 NWP forecasts — no API key required. Just ask Claude things like: "METAR EDDM" "Preflight briefing EDLI" "Route weather EDDM to LOWI" "Any SIGMETs over Germany?"
Overview

Aviation Weather MCP Server

Aviation weather briefings directly in Claude. METARs, TAFs, PIREPs, SIGMETs, and ICON-D2 NWP forecasts — no API key required.

Just ask Claude things like:

  • "METAR EDDM"
  • "Preflight briefing EDLI"
  • "Route weather EDDM to LOWI"
  • "Any SIGMETs over Germany?"

Prerequisites

You need two things installed:

  1. Claude Desktop — download from https://claude.ai/download
  2. Node.js (version 18 or later) — download from https://nodejs.org (pick the LTS version)

To check if Node.js is already installed, open Terminal (Mac) or Command Prompt (Windows) and type:

node --version

If you see a version number like v22.x.x, you're good to go.

Setup (3 minutes)

Step 1: Open the Claude Desktop config

  1. Open Claude Desktop
  2. Click the gear icon (top right) to open Settings
  3. Go to Developer
  4. Click Edit Config

This opens a JSON file in your text editor.

Step 2: Add the weather server

If the file is empty or just has {}, replace it with:

{
  "mcpServers": {
    "aviation-weather": {
      "command": "npx",
      "args": ["-y", "aviation-weather-mcp"]
    }
  }
}

If the file already has content (e.g. other MCP servers), add the "aviation-weather" block inside the existing "mcpServers" section.

Step 3: Restart Claude Desktop

Quit Claude Desktop completely and reopen it. The first start may take 10-15 seconds longer while it downloads the weather server.

Step 4: Test it

Start a new chat and ask: "METAR EDDF"

Claude should respond with the current weather at Frankfurt airport. If it works, you're all set!

What can it do?

Ask Claude...What it does
"METAR EDDM"Current weather at Munich airport
"TAF EDDF"Forecast for Frankfurt
"Preflight briefing EDLI"Full VFR brief: METAR + TAF + NWP forecast
"Route weather EDDM to LOWI"Weather along a direct route (METARs + NWP + SIGMETs)
"Any PIREPs near EDDK?"Recent pilot reports near Cologne
"SIGMETs over Germany"Active significant weather warnings
"Hourly forecast for 48.14, 11.57"ICON-D2 NWP model data for any coordinates

Data Sources

Notes

  • Works worldwide for METARs, TAFs, PIREPs, and SIGMETs
  • ICON-D2 high-resolution forecasts (2km) cover Central Europe (43-58°N / 4-21°E, 48h horizon)
  • Outside Central Europe, it falls back to ICON-EU (7km resolution, 120h horizon)
  • ICAO codes are resolved automatically — just use the 4-letter code
  • Visibility is reported in km

Usage with Claude Code

claude mcp add aviation-weather -- npx -y aviation-weather-mcp

Troubleshooting

Claude doesn't show weather tools: Make sure you restarted Claude Desktop after editing the config. Check that the JSON syntax is valid (no trailing commas, matching brackets).

"npx: command not found": Node.js is not installed or not in your PATH. Download it from https://nodejs.org.

Slow first start: The first time, npx downloads the package (~30KB). After that it's cached and starts instantly.

Disclaimer

This tool is for informational purposes only and is not a replacement for an official pre-flight weather briefing. Always use approved weather services and follow your national aviation authority's requirements for flight preparation.

License

MIT

Server Config

{
  "mcpServers": {
    "aviation-weather": {
      "command": "npx",
      "args": [
        "-y",
        "aviation-weather-mcp"
      ]
    }
  }
}
Project Info
Created At
a month ago
Updated At
19 days ago
Author Name
mariow
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Pipeworx

12 hours ago
Context Repo Mcp Server
@ContextRepo

*One workspace for your prompts, documents, and collections — accessible from every AI client you use.* Context Repo is an AI context management platform for capturing, organizing, versioning, and searching the knowledge artifacts you use with AI tools. This MCP server exposes **28 tools** that give Claude, Cursor, ChatGPT, Factory, Windsurf, Codex, Claude Code, and any other MCP-compatible client direct read-and-write access to your personal workspace — no copy-paste, no context loss between conversations. ## Features - **Prompts** — Full CRUD with version history, rollback, and semantic search across your prompt library - **Documents** — Markdown and plain-text storage with automatic chunking and 1536-dim vector embeddings - **Collections** — Named folders that group prompts and documents into project-scoped contexts - **Catalog Search** — `find_items` returns ranked results across prompts, documents, and collections in a single call (semantic by default, literal fallback) - **Deep Search** — Hierarchical document navigation: search ranked passages, then expand up to parents, down to children, or sideways to siblings for token-efficient exploration of long content - **Version History** — Every content edit creates a new version; restore any prompt or document to any previous state - **Real-time Sync** — Changes propagate instantly via Convex live queries; AI clients always see the latest content - **ChatGPT Apps Ready** — `search` and `fetch` are OpenAI Apps SDK Company-Knowledge eligible; `find_items` carries an optional `ui://` resource for inline result rendering ## Tools (28 total) | Category | Tools | |---|---| | User Info (1) | `get_user_info` | | Prompts (7) | `search_prompts` · `read_prompt` · `create_prompt` · `update_prompt` · `delete_prompt` · `get_prompt_versions` · `restore_prompt_version` | | Documents (7) | `list_documents` · `get_document` · `create_document` · `update_document` · `delete_document` · `get_document_versions` · `restore_document_version` | | Collections (7) | `list_collections` · `get_collection` · `create_collection` · `update_collection` · `delete_collection` · `add_to_collection` · `remove_from_collection` | | Catalog (1) | `find_items` | | Deep Search (3) | `deep_search` · `deep_read` · `deep_expand` | | ChatGPT Apps (2) | `search` · `fetch` | ## Authentication Two ways to connect: 1. **API Key** — Generate a scoped `gm_*` key at [contextrepo.com/dashboard/settings](https://contextrepo.com/dashboard/settings). Per-key permissions: `prompts.read`, `prompts.write`, `documents.read`, `documents.write`, `documents.scrape`. Sent as `Authorization: Bearer gm_...`. 2. **Clerk OAuth 2.0** — RFC 9728 protected-resource metadata at `/.well-known/oauth-protected-resource/mcp`, RFC 8414 authorization-server metadata at `/.well-known/oauth-authorization-server`. Standard OAuth flow for clients that support it. ## Use Cases - **Prompt library that follows you.** Stop copy-pasting prompts between Claude, Cursor, and ChatGPT. Maintain one canonical version, retrieve it from any client. - **Personal knowledge base.** Save research articles, documentation, and AI conversations with the [Context Repo Chrome Extension](https://contextrepo.com/chrome-extension), then pull them in as grounded context inside your AI tools. - **Project-scoped collections.** Separate workspaces per client, repo, or topic so an AI assistant only sees what's relevant to the task at hand. - **Version-controlled prompts.** Track how prompts evolve, A/B test variants, and roll back when an "improvement" turns out worse. - **Long-document exploration.** Deep Search navigates book-length documents passage by passage instead of dumping them into context — every chunk carries parent/child/sibling links the agent can walk. ## Compatibility Streamable HTTP transport, MCP spec ≥ 2025-03-26. Verified with Claude Desktop, Cursor, ChatGPT (via the OpenAI Apps SDK), Factory, Windsurf, Codex, Claude Code, VS Code (Continue), and Amp. Any MCP-compatible client should work. ## Resources - Website: [contextrepo.com](https://contextrepo.com) - Documentation: [contextrepo.com/docs](https://contextrepo.com/docs) - Pricing & free trial: [contextrepo.com/pricing](https://contextrepo.com/pricing) - Agent discovery: [contextrepo.com/llms.txt](https://contextrepo.com/llms.txt) - API reference: [contextrepo.com/openapi.json](https://contextrepo.com/openapi.json)

10 hours ago
Coinrebate

2 hours ago
Taiwan Jobs

a day ago
Datagrout

12 hours ago