MCP Server - Offers Prototype
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server - Offers PrototypeCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



