mcp-server-offers
0
This project provides an MCP server prototype for integrating with Claude for Desktop, focusing on managing configuration through a server setup. It requires MacOS, NodeJS, and simplifies linking configurations.
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!