Prerequisites
Before you begin, make sure you have:- A peeps account — sign up at app.peeps.ai if you don’t have one yet
- Node.js 18 or later installed on your machine (download Node.js)
Setup
1
Get your API key
Log in to app.peeps.ai and navigate to Settings → API Keys. Click Create new key, give it a descriptive name (for example,
claude-desktop), and copy the generated key.2
Install the MCP server
The peeps MCP server is published as an npm package. The quickest way to run it is with Alternatively, install it globally so it’s always available on your
npx, which requires no global installation:PATH:3
Configure your MCP client
Add the peeps server to your MCP client’s configuration file. Below is the configuration for Claude Desktop — open your Replace
claude_desktop_config.json file and add the peeps entry under mcpServers:your-api-key-here with the key you copied in step 1. Save the file and restart Claude Desktop to apply the change.The config file location depends on your OS. On macOS it lives at
~/Library/Application Support/Claude/claude_desktop_config.json; on Windows at %APPDATA%\Claude\claude_desktop_config.json.4
Ask your AI about people
Open a new conversation in your AI assistant and try one of these prompts to confirm everything is working:
- “Find everyone named Sarah at Acme Corp.”
- “Look up John Smith’s contact details.”
- “Show me all contacts at Globex Corporation.”
- “What organizations do we have in peeps?”