SimBrief MCP Server
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.
Features
14 tools covering every section of a SimBrief OFP:
Tool | Description |
| Flight number, aircraft, route, distance, cruise, ETE, fuel |
| METAR, TAF and ATIS for departure, arrival and alternate |
| Full fuel breakdown: taxi, trip, contingency, alternate, reserve, extra |
| OEW, payload, ZFW, TOW, ramp weight, landing weight |
| Scheduled OUT/OFF/ON/IN, ETE, block time, taxi, endurance |
| ATC flight plan string ready for filing |
| Type, registration, engines, equipment codes |
| Full waypoint list with altitude, distance and fuel per leg |
| All NOTAMs (departure, arrival, en-route) |
| Alternate airport details and navlog |
| Takeoff & landing performance (TLR), if available |
| Captain, first officer, dispatcher, purser, flight attendants |
| Fuel and time sensitivity to altitude and cost index changes |
| Complete raw JSON for custom analysis |
All tools accept an optional plan_id parameter — leave it empty to always fetch your latest dispatch.
Related MCP server: Flight Planner MCP Server
Requirements
Installation
git clone https://github.com/Emanuele94/SimBrief-MCPServer.git
cd SimBrief-MCPServer
uv syncConfiguration
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_IDis 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-extrasRun tests:
uv run pytest -vLint 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
Fork the repository
Create a feature branch (
git checkout -b feature/my-feature)Make your changes and add tests
Ensure the CI pipeline passes locally (
uv run pytest && uv run ruff check .)Open a Pull Request against
main
PRs must pass all checks (tests + lint) before they can be merged.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!Last updated21947MIT
- Flicense-qualityFmaintenanceCreates travel agent-level flight plans using the fast-flights API, allowing users to search for flights and generate comprehensive travel itineraries.Last updated21
- Alicense-qualityCmaintenanceEnables access to SimBrief flight planning data through Claude Desktop with secure Google OAuth authentication. Provides tools to retrieve flight plans, dispatch briefings, NOTAMs, weather data, and other aviation planning information.Last updated2MIT
- Alicense-qualityDmaintenanceAn MCP server that aggregates data from six weather sources to provide current conditions, forecasts, air quality, and aviation METAR information, specifically optimized for European and Nordic locations. It supports multi-source data merging and functions without API keys for several integrated providers.Last updated28MIT
Related MCP Connectors
Aviationstack MCP — global flight + airport + airline data
Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.
Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Emanuele94/SimBrief-MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server