Sailing passage planner for any coast, with high-precision tides on the French Atlantic.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Talk to your LLM. Cast off with confidence.
OhMyWind turns any MCP-capable assistant (Claude, Le Chat, Cursor, Goose, Zed, Continue) into a sailing planner. Ask in plain language, anywhere in the world: get a per-leg ETA, a 1β5 complexity score, and a deep-link to the full plan. On the French Atlantic coast it goes further, swapping the global current model for the SHOM Atlas C2D and MARC PREVIMER atlases. Free, keyless, open source.
ohmywind.fr Β· MCP endpoint Β· MIT

1. Open your MCP client and add the endpoint:
2. Ask, in your own words:
"Demain matin, Marseille β Porquerolles, sur un Sun Odyssey 36. Bonne idΓ©e ? Combien de temps et c'est tendu comment ?"
3. Your assistant calls the OhMyWind tools and answers in plain language. On hosts that support the MCP Apps spec (Claude, Claude Desktop, ChatGPT, VS Code Copilot, Goose, Postman, MCPJam) you also get a live, interactive widget: the ohmywind.fr plan view rendered inline. On hosts that don't (Cursor, Le Chat, terminal), the assistant hands you the same plan as an ohmywind.fr deep-link. No account. No API key. No credit card.
First time with MCP? It takes 2 minutes. Pick your client on modelcontextprotocol.io/clients, then follow the remote-server quickstart. Claude Desktop users can start with the user quickstart. In Le Chat, add it under Connectors β Add connector β Custom MCP connector and paste the endpoint above.
Some hosts cannot reach a remote MCP server directly yet. Bridge it with
mcp-remote, which runs locally
and forwards to the endpoint:
Nothing else to configure: no account, no API key, no OAuth, no credit card. A client that asks you for credentials is guessing rather than reading the server, and you can leave those fields empty.
Three prompts, each exercising a different tool:
| π Free, keyless | Wind & sea via Open-Meteo (CC BY 4.0). No account, no API key. |
| π Works anywhere | Global models (ECMWF, GFS) cover any coast. Over France, AROME 1.3 km takes over and catches thermals, mistral, tramontane. |
| β΅ Boat-aware | Seven archetypes from 20 ft trailer-cruisers to bluewater 50-footers, real polars, an efficiency parameter for trim and crew level. |
| ποΈ Window-aware | One call sweeps a 14-day departure range and lets your LLM pick the calmest weekend slot, no math by hand. |
| π Client-agnostic | One HTTP MCP endpoint. Works in Claude Desktop, Le Chat, Cursor, Goose, Zed, Continue, β¦ |
| πΌοΈ Rich on supporting hosts | On Claude / ChatGPT / VS Code Copilot / Goose, an interactive widget renders inline via MCP Apps. Other hosts fall back to a clean text summary + deep-link. |
| π οΈ Open source, MIT | Self-host on Fly, Modal, or your own VPS: mcp-core is deployment-agnostic. The HF Space is one wrapper among many. |
Four MCP tools, all async, all keyless:
| Tool | What it does |
|---|---|
list_boat_archetypes | Seven descriptive archetypes; the LLM maps "Sun Odyssey 36" β cruiser_30ft itself. |
get_marine_forecast | Wind + sea around a point/window, multi-model. |
plan_passage | End-to-end: per-leg timing + 1β5 complexity + ohmywind.fr deep-link, in one call. Pass latest_departure to compare every hourly window up to 14 days out, and the LLM picks the calmest slot. |
read_me | Returns OhMyWind's calculation methodology. Call it when the user asks how things are computed. |
plan_passage declares an MCP Apps UI resource (ui://openwind/plan-passage)
on its _meta. Hosts that support MCP Apps
render the live ohmywind.fr/plan?β¦ view in a sandboxed iframe automatically,
with no host-specific CSS and no vendor lock-in. Hosts without MCP Apps support
silently get the structured payload + the openwind_url deep-link.
mcp-core stays deployment-agnostic. Re-deploying on Fly, Modal, or a VPS is
a different Dockerfile calling the same build_server(). See
docs/architecture.md.
Wind, sea (Hs max), per-leg ETA, 1β5 complexity. Tides and currents ignored
on the Med (negligible). No automatic routing optimisation: the LLM and the
human stay in the loop. Roadmap and scope decisions live in
plan/ (local).
Defaults below are what the MCP server uses unless overridden by tool parameters.
Implementation: packages/data-adapters/src/openwind_data/routing/passage.py.
cruiser_20ft, cruiser_25ft, cruiser_30ft, cruiser_40ft, cruiser_50ft, racer_cruiser, catamaran_40ft), each with an ORC-style polar in packages/data-adapters/src/openwind_data/routing/polars/.[0Β°, 180Β°] only, no port/starboard distinction.0.85 racing, 0.75 cruising, 0.65 loaded family cruising, 0.55 heavy seas / fouled hull.polar(optimal_TWA) Γ cos(optimal_TWA β route_TWA). At dead upwind this reduces to polar(opt) Γ cos(opt) β polar / β2; at TWA=20Β° with opt=45Β° the reduction is only cos(25Β°) β 0.91.max(0.5, 1 β 0.05 Γ Hs^1.75 Γ cosΒ²(TWA/2)). Disabled by default; sea state feeds the warning bar rather than slowing the boat.plan_passage accepts an optional latest_departure that turns the call into a window comparison: it walks N hourly departures over the same route and returns one entry per window. Weather is fetched once (cache prewarm), simulations are in-memory. Hard cap: 14 d Γ 24 h = 336 windows. The LLM (not the server) picks the best option qualitatively.
efficiency knob.Wind & sea: Open-Meteo (CC BY 4.0). Hosting: Hugging Face Spaces. Map tiles on ohmywind.fr: CARTO / OpenStreetMap.
MIT.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ohmywind)<a href="https://allmcps.com/mcp/ohmywind"><img src="https://allmcps.com/api/badge/ohmywind?style=directory" alt="OhMyWind on AllMCPs" /></a>