Skip to content
VS Code

coffee mcp for VS Code

io.github.mrfentmen/coffee-mcp

Coffee drink encyclopedia from SampleAPIs with recipes for hot and iced drinks.

client:VS Code transport:stdio runtime:npm

Install coffee mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "coffee-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "coffee-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

coffee mcp in other clients