XFOIL

Provides on-demand aerodynamic polars by wrapping XFOIL for MCP clients and capturing inputs/outputs for traceability.
  • python

0

GitHub Stars

python

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "three-little-birds-xfoil-mcp": {
      "command": "uvx",
      "args": [
        "xfoil-mcp"
      ],
      "env": {
        "XFOIL_BIN": "YOUR_XFOIL_PATH"
      }
    }
  }
}

Available tools

PolarRequest

Data structure for specifying the airfoil name, data, angle range, Reynolds and Mach number used to request a polar from the MCP server.

compute_polar

Function that runs XFOIL to compute a polar for a given PolarRequest and returns a CSV payload plus metadata.

build_tool

Helper to expose the polar computation as an MCP tool for integration in MCP clients.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
XFOIL MCP Server - three-little-birds/xfoil-mcp | VeilStrat