- Published on
How to use MCP?
The fastest guide to MCP on the internet
MacOS
- Install homebrew (if you don't already have it installed)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install node (if you don't already have it installed)
brew install node
- Install Claude (if you don't already have it installed)
brew install --cask claude
- Open
/Users/<YOUR_USERNAME>/Library/Application Support/Claude/claude_desktop_config.json
# Don't forget to replace YOUR_USERNAME
code "/Users/<YOUR_USERNAME>/Library/Application Support/Claude/claude_desktop_config.json"
- Add the following and save.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}
- Open Claude and ask it to remember your birthday.
Want to know how does mcp work?