Emanuele94/SimBrief-MCPServer

🚆 Travel & Transportation
0 Views
0 Installs

🐍 🏠 🍎 🪟 🐧 - Access your SimBrief flight plans. 14 tools covering flight summary, weather (METAR/TAF/ATIS), fuel plan, weights, times, ATC flight plan, navlog, NOTAMs, alternate airport, crew and performance sensitivity analysis.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "emanuele94-simbrief-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "emanuele94-simbrief-mcpserver"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

SimBrief MCP Server

A Model Context Protocol server that gives Claude Desktop direct access to your SimBrief flight plans — no Cloudflare, no OAuth, no infrastructure required.

SimBrief-MCPServer MCP server

SimBrief-MCPServer MCP server

Features

14 tools covering every section of a SimBrief OFP:

ToolDescription
get_flight_summaryFlight number, aircraft, route, distance, cruise, ETE, fuel
get_weatherMETAR, TAF and ATIS for departure, arrival and alternate
get_fuel_planFull fuel breakdown: taxi, trip, contingency, alternate, reserve, extra
get_weightsOEW, payload, ZFW, TOW, ramp weight, landing weight
get_timesScheduled OUT/OFF/ON/IN, ETE, block time, taxi, endurance
get_atc_flightplanATC flight plan string ready for filing
get_aircraft_infoType, registration, engines, equipment codes
get_navlogFull waypoint list with altitude, distance and fuel per leg
get_notamsAll NOTAMs (departure, arrival, en-route)
get_alternate_infoAlternate airport details and navlog
get_performanceTakeoff & landing performance (TLR), if available
get_crewCaptain, first officer, dispatcher, purser, flight attendants
get_impactsFuel and time sensitivity to altitude and cost index changes
get_full_flight_planComplete raw JSON for custom analysis

All tools accept an optional plan_id parameter — leave it empty to always fetch your latest dispatch.

Requirements

Installation

git clone https://github.com/Emanuele94/SimBrief-MCPServer.git
cd SimBrief-MCPServer
uv sync

Configuration

Your SimBrief Pilot ID is passed via an environment variable in the MCP config — no code changes needed.

Find your Pilot ID under SimBrief → Account Settings → Pilot ID.

Claude Desktop integration

Add the following to your claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "simbrief": {
      "command": "uv",
      "args": [
        "run",
        "--project", "/absolute/path/to/SimBrief-MCPServer",
        "python",
        "/absolute/path/to/SimBrief-MCPServer/server.py"
      ],
      "env": {
        "SIMBRIEF_PILOT_ID": "your_pilot_id_here"
      }
    }
  }
}

Then restart Claude Desktop. The SimBrief tools will appear automatically.

The server will refuse to start with a clear error message if SIMBRIEF_PILOT_ID is not set.

Usage examples

Once connected, you can ask Claude things like:

  • "What's my latest flight plan?"
  • "Show me the weather for my next flight."
  • "How much fuel do I have planned and what's the breakdown?"
  • "Give me the full ATC flight plan string."
  • "What happens to fuel burn if I fly 2000 ft lower?"
  • "Show me the first 20 waypoints of my navlog."

Development

Install dev dependencies:

uv sync --all-extras

Run tests:

uv run pytest -v

Lint and format:

uv run ruff check .
uv run ruff format .

All tests run fully offline — the SimBrief API is mocked so no internet connection or real Pilot ID is required.

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes and add tests
  4. Ensure the CI pipeline passes locally (uv run pytest && uv run ruff check .)
  5. Open a Pull Request against main

PRs must pass all checks (tests + lint) before they can be merged.

License

MIT

Related MCP Servers

alcylu/nightlife-mcp

📇 ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking.

🚆 Travel & Transportation0 views
amirdaraee/luxembourg-mcp

🎖️ 🐍 ☁️ 🏠 - Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys.

🚆 Travel & Transportation0 views
Autonomad1/autonomad-travel

📇 ☁️ - AI travel agent over MCP — live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included).

🚆 Travel & Transportation0 views
campertunity/mcp-server

🎖️ 📇 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links

🚆 Travel & Transportation0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/29/2026, 1:09:45 AM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.