Skip to content
Cursor

onthecheap mcp for Cursor

io.github.chrischall/onthecheap-mcp

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

client:Cursor transport:stdio runtime:npm

Install onthecheap mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

onthecheap mcp in other clients