Loading MCP server directory, please wait...
MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines.
npx @getmcp/cli add io.github.SebastienGal/emile-wineRequires Node.js 18+. Community-contributed server. Review source before installing.
EMILE_API_KEYAPI key generated from the Émile iOS app (Profile → Settings → API Keys). Starts with `emile_live_...`.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SebastienGal/emile-wine": {
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server"
],
"env": {
"EMILE_API_KEY": "",
"EMILE_API_URL": "https://api.emile.wine",
"EMILE_LOG_LEVEL": "info"
}
}
}
}