Wine pairing intelligence for AI assistants. Connect Claude, Cursor, Windsurf, or any MCP-compatible client to a sommelier-grade algorithm that matches wines to ingredients, dishes, and recipes. Powered by the SommelierX API with 7 tools including wine pairing, reverse pairing (wine to meal), ingredient search, and recipe URL import. Requires a free SommelierX API key.
Server Config
{
"mcpServers": {
"sommelierx": {
"command": "npx",
"args": [
"-y",
"@sommelierx/mcp-server"
],
"env": {
"SOMMELIERX_API_KEY": "<YOUR_API_KEY>"
}
}
}
}