Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Emanuele94/SimBrief-MCPServer MCP server](https://glama.ai/mcp/servers/Emanuele94/SimBrief-MCPServer/badges/score.svg)](https://glama.ai/mcp/servers/Emanuele94/SimBrief-MCPServer) 🐍 🏠 🍎 πŸͺŸ 🐧 - Access your SimBrief flight plans.

README.md

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](https://glama.ai/mcp/servers/Emanuele94/SimBrief-MCPServer)

![SimBrief-MCPServer MCP server](https://glama.ai/mcp/servers/Emanuele94/SimBrief-MCPServer)

Features

14 tools covering every section of a SimBrief OFP:

| Tool | Description | |---|---| | get_flight_summary | Flight number, aircraft, route, distance, cruise, ETE, fuel | | get_weather | METAR, TAF and ATIS for departure, arrival and alternate | | get_fuel_plan | Full fuel breakdown: taxi, trip, contingency, alternate, reserve, extra | | get_weights | OEW, payload, ZFW, TOW, ramp weight, landing weight | | get_times | Scheduled OUT/OFF/ON/IN, ETE, block time, taxi, endurance | | get_atc_flightplan | ATC flight plan string ready for filing | | get_aircraft_info | Type, registration, engines, equipment codes | | get_navlog | Full waypoint list with altitude, distance and fuel per leg | | get_notams | All NOTAMs (departure, arrival, en-route) | | get_alternate_info | Alternate airport details and navlog | | get_performance | Takeoff & landing performance (TLR), if available | | get_crew | Captain, first officer, dispatcher, purser, flight attendants | | get_impacts | Fuel and time sensitivity to altitude and cost index changes | | get_full_flight_plan | Complete 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

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Maps & Location servers.