What is the Émile MCP server?
MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines.
How to install Émile
Copy-paste configuration for popular MCP clients.
EMILE_API_KEYrequiredsecretAPI key generated from the Émile iOS app (Profile → Settings → API Keys). Starts with `emile_live_...`.
EMILE_API_URLOptional override for the backend URL — only useful for local development against a self-hosted backend.
EMILE_LOG_LEVELLogging verbosity. One of: debug, info, warn, error.
{
"mcpServers": {
"emile-wine": {
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server"
],
"env": {
"EMILE_API_KEY": "<YOUR_EMILE_API_KEY>",
"EMILE_API_URL": "<YOUR_EMILE_API_URL>",
"EMILE_LOG_LEVEL": "<YOUR_EMILE_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"emile-wine": {
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server"
],
"env": {
"EMILE_API_KEY": "<YOUR_EMILE_API_KEY>",
"EMILE_API_URL": "<YOUR_EMILE_API_URL>",
"EMILE_LOG_LEVEL": "<YOUR_EMILE_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"emile-wine": {
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server"
],
"env": {
"EMILE_API_KEY": "<YOUR_EMILE_API_KEY>",
"EMILE_API_URL": "<YOUR_EMILE_API_URL>",
"EMILE_LOG_LEVEL": "<YOUR_EMILE_LOG_LEVEL>"
}
}
}
}{
"servers": {
"emile-wine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emile-wine/mcp-server"
],
"env": {
"EMILE_API_KEY": "<YOUR_EMILE_API_KEY>",
"EMILE_API_URL": "<YOUR_EMILE_API_URL>",
"EMILE_LOG_LEVEL": "<YOUR_EMILE_LOG_LEVEL>"
}
}
}
}claude mcp add emile-wine --env EMILE_API_KEY=<YOUR_EMILE_API_KEY> --env EMILE_API_URL=<YOUR_EMILE_API_URL> --env EMILE_LOG_LEVEL=<YOUR_EMILE_LOG_LEVEL> -- npx -y @emile-wine/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.