MCP Server - Offers
by Anticom
This is a prototype MCP server for handling offers. It's designed to be used with Claude for Desktop.
View on GitHub
Last updated: N/A
MCP Server - Offers Prototype
Prerequisites
- MacOS
- NodeJS
- Claude for Desktop (
brew install --cask claude
)
Setup
- Clone this repo
- Install dependencies using your favorite package manager (
pnpm
recommended!) - 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!