← Back to browse

Cocktail Glass

Indexed by glass.cocktail

About

Search 500 cocktail recipes, get full recipes, find drinks by ingredient, suggest random picks.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http cocktail-glass https://cocktail.glass/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cocktail-glass","type":"http","url":"https://cocktail.glass/mcp"}'
JSON
{
  "mcpServers": {
    "cocktail-glass": {
      "url": "https://cocktail.glass/mcp"
    }
  }
}