brew install --cask claude
)pnpm
recommended!)build
scriptDuring 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!
{
"mcpServers": {
"offers": {
"env": {},
"args": [
"/ABSOLUTE/PATH/TO/THIS/REPO/dist/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.