Skip to content
VS Code

onthecheap mcp for VS Code

io.github.chrischall/onthecheap-mcp

On the Cheap MCP — free and cheap events, deals and local guides across 14 US cities

client:VS Code transport:stdio runtime:npm

Install onthecheap mcp in VS Code

.vscode/mcp.json

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

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

onthecheap mcp in other clients