Anticom/mcp-server-offers
If you are the rightful owner of mcp-server-offers and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server - Offers Prototype is a server setup for MacOS using NodeJS and Claude for Desktop.
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!