PluginBench
MCP Server

DealWatch MCP Server

io.github.xiaojiou176-open/dealwatch

What is the DealWatch MCP server?

Local-first grocery price intelligence with a read-only MCP server.

How to install DealWatch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dealwatch": {
      "command": "uvx",
      "args": [
        "dealwatch"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dealwatch": {
      "command": "uvx",
      "args": [
        "dealwatch"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dealwatch": {
      "command": "uvx",
      "args": [
        "dealwatch"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dealwatch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dealwatch"
      ]
    }
  }
}
Claude Code
claude mcp add dealwatch -- uvx dealwatch

Related MCP servers

Local stdio MCP bridge for archive publishing, retrieval, and governance evidence.

View repository →

Local-first Apple Notes backup control room for macOS with a read-only MCP surface.

View repository →

Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots.

View repository →

Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview.

View repository →

Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots.

View repository →

Local stdio MCP for UI briefs to React + shadcn with review, proof, and ship.

View repository →