Yachtsy MCP Server

Yachtsy MCP Server — an AI-powered sailing and yacht marketplace integration built on the Model Context Protocol (MCP). Seamlessly connects 25,000+

Local serverstdioGo

What is the Yachtsy MCP server?

Yachtsy MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Yachtsy MCP Server — an AI-powered sailing and yacht marketplace integration built on the Model Context Protocol (MCP). Seamlessly connects 25,000+ yacht, sailboat, and marine listings with intelligent search, analytics, and chat-based.

What you get

The Yachtsy MCP server provides AI-powered yacht and boat marketplace intelligence by integrating with the Yachtsy Agent API. Access 25,000+ boat listings, get expert sailing advice, and find your perfect vessel within Claude Desktop, Cursor, and other popular MCP clients.

Yachtsy AI is the intelligent yacht marketplace assistant that helps sailors and yacht enthusiasts find their perfect vessel. With access to over 25,000 listings and expert sailing knowledge, Yachtsy makes boat shopping and sailing research effortless.

  • Listings Agent — - Search 25,000+ boat listings with advanced filtering
  • General Boat Expert (Small Talk Agent) — - General sailing and boating questions
  • Deep Research Agent — - Comprehensive yacht market analysis
  • Make, model, and class
  • Price range and currency
  • Location (city, country, region)

What the assistant can call

Once Yachtsy is connected, these are the calls the assistant has available:

  • Windows — 1. Download the Node.js installer: - Go to https://nodejs.org/ and download the LTS version for Windows. 2. **Run the

Setting it up

yachtsy-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration and credentials

You will need 2 environment variables: YACHTSY_API_KEY, YACHTSY_API_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before installing or running Yachtsy MCP, you need to have npx (which comes with Node.js and npm) installed on your system.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Yachtsy's toolset — Windows — is a fair guide to whether it matches your workflow. It is maintained by yachtsyai; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the yachtsy mcp server does with a few real requests.

Available tools

ToolWhat it does
Windows1. **Download the Node.js installer:** - Go to [https://nodejs.org/](https://nodejs.org/) and download the LTS version for Windows. 2. **Run the installer** and follow the prompts. This will install Node.js, npm, and npx

How to install the Yachtsy MCP server

{
  "mcpServers": {
    "yachtsy": {
      "command": "npx",
      "args": ["-y", "yachtsy-mcp"],
      "env": {
        "YACHTSY_API_KEY": "your-value",
        "YACHTSY_API_BASE_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Before installing or running Yachtsy MCP, you need to have npx (which comes with Node.js and npm) installed on your system.

VariableDescriptionRequired
YACHTSY_API_KEYCredential the server authenticates with.Yes
YACHTSY_API_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Yachtsy to Windows.

Frequently asked questions

It connects Yachtsy to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Windows) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Yachtsy directly.