Catalog
io.github.SebastienGal/emile-wine
OfficialÉmile
MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines.
Search, manage, and get recommendations from a database of 100k+ wines.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
EMILE_API_KEYrequiredsecretAPI key generated from the Émile iOS app (Profile → Settings → API Keys). Starts with `emile_live_...`.
EMILE_API_URLdefault https://api.emile.wineOptional override for the backend URL — only useful for local development against a self-hosted backend.
EMILE_LOG_LEVELdefault infoLogging verbosity. One of: debug, info, warn, error.
claude_desktop_config.json
{
"mcpServers": {
"emile-wine": {
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server@0.2.5"
],
"env": {
"EMILE_API_KEY": "<YOUR_EMILE_API_KEY>",
"EMILE_API_URL": "https://api.emile.wine",
"EMILE_LOG_LEVEL": "info"
}
}
}
}