Yachtsy MCP Server — an AI-powered sailing and yacht marketplace integration built on the Model Context Protocol (MCP). Seamlessly connects 25,000+
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.
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.
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 theyachtsy-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
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.
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.
| Tool | What it does |
|---|---|
| Windows | 1. **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 |
{
"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.
Before installing or running Yachtsy MCP, you need to have npx (which comes with Node.js and npm) installed on your system.
| Variable | Description | Required |
|---|---|---|
| YACHTSY_API_KEY | Credential the server authenticates with. | Yes |
| YACHTSY_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.