Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Groupon

FreeNot checked

MCP server for Groupon that enables searching and browsing local, goods, and travel deals via natural language. No API key required for reading deals.

GitHubEmbed

About

MCP server for Groupon that enables searching and browsing local, goods, and travel deals via natural language. No API key required for reading deals.

README

CI npm license

MCP server for Groupon — search and browse local, goods, and travel deals from Claude via natural language.

This project was developed and is maintained by AI. Use at your own discretion.

Status

Early read-path MVP. Deal-read tools (search and browse over Groupon's public consumer endpoint) land in upcoming phases; this release establishes the server skeleton. No API key or account is required to read deals.

Setup

Add the server to your .mcp.json:

{
  "mcpServers": {
    "groupon": {
      "command": "npx",
      "args": ["-y", "groupon-mcp"]
    }
  }
}

Development

npm install
npm run build   # tsc + esbuild bundle → dist/
npm test        # vitest

See CLAUDE.md for architecture, conventions, and gotchas.

License

MIT

from github.com/chrischall/groupon-mcp

Install Groupon in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install groupon-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add groupon-mcp -- npx -y groupon-mcp

Step-by-step: how to install Groupon

FAQ

Is Groupon MCP free?

Yes, Groupon MCP is free — one-click install via Unyly at no cost.

Does Groupon need an API key?

No, Groupon runs without API keys or environment variables.

Is Groupon hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Groupon in Claude Desktop, Claude Code or Cursor?

Open Groupon on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Groupon with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs