MCP Server - Offers Prototype

by Anticom

144 downloads
Not rated
GitHub

Description

# MCP Server - Offers Prototype ## Prerequisites * MacOS * NodeJS * Claude for Desktop (`brew install --cask claude`) ## Setup 1. Clone this repo 1. Install dependencies using your favorite package manager (`pnpm` recommended!) 1. Build the JS files using `build` script During…

About

# MCP Server - Offers Prototype ## Prerequisites * MacOS * NodeJS * Claude for Desktop (`brew install --cask claude`) ## Setup 1. Clone this repo 1. Install dependencies using your favorite package manager (`pnpm` recommended!) 1. Build the JS files using `build` script During installation claude's config file will be…

Details

Author
Anticom
Downloads
144
Categories
Other

- Prototype MCP server for offers
- Requires macOS, Node.js, and Claude for Desktop
- Configuration is added to claude.json config file
- Built using a standard Node.js MCP server pattern

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server - Offers Prototype
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies using your preferred package manager, build the JavaScript files using the build script, and add the server entry to your Claude Desktop claude.json config with the command node and the absolute path to dist/index.js. Then restart Claude for Desktop.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server - offers prototype": {
            "offers": {
                "command": "node",
                "args": [
                    "/ABSOLUTE/PATH/TO/THIS/REPO/dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "offers": {
        "command": "node",
        "args": [
            "/ABSOLUTE/PATH/TO/THIS/REPO/dist/index.js"
        ]
    }
}

MCP Server - Offers Prototype

Prerequisites

MacOS
NodeJS

  • Claude for Desktop (brew install --cask claude)


Setup

1. Clone this repo
1. Install dependencies using your favorite package manager (pnpm recommended!)
1. Build the JS files using build script

During installation claude's config file will be linked to your working copy.
This allows you to easily add this server to your config:

{
"mcpServers": {
"offers": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/THIS/REPO/dist/index.js"
]
}
}
}

The absolute path can easily be put in your clipboard by running pwd | pbcopy.

Then (re-)start claude for desktop and use this server!

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.