Home/Blog/MCP Server Launch

Your AI Assistant Just Got a Sommelier

By SommelierX Team · April 4, 2026 · 4 min read

Your AI assistant knows a lot about wine. But it guesses.

Ask it "What wine goes with grilled salmon?" and you get a paragraph. But ask again tomorrow and the answer changes. There is no score. No explanation of why one wine works better than another.

That is because language models generate text. They do not calculate pairings. We built the calculation.

Introducing the SommelierX MCP Server

The SommelierX MCP server connects your AI assistant to a sommelier-grade wine pairing algorithm. One command:

npx @sommelierx/mcp-server

No signup. No API key for the free tier. 50 calls per day.

What It Does

7 tools available:

How It Works

Professional sommeliers hand-scored 609 wine styles across 17 flavour dimensions. The algorithm matches flavour profiles and returns a compatibility score from 0 to 100. Deterministic -- same input, same result, every time.

Setup in 30 Seconds

Add this to your MCP client configuration:

{
  "mcpServers": {
    "sommelierx": {
      "command": "npx",
      "args": ["@sommelierx/mcp-server"]
    }
  }
}

Works with Claude Desktop, Cursor, Windsurf, and any MCP client.

Links

Try it now

One command. Sommelier-grade wine pairing in your AI assistant.

View on npm