What you can do
With the peeps MCP server connected to your AI assistant, you can:- Search people by name, job title, email address, or the organization they belong to
- Look up a contact’s full profile — including phone, LinkedIn URL, and organizational affiliation — by their ID
- Search organizations by name or domain to identify companies and their details
- Retrieve an organization’s members in a single call when you need to understand a team or account
- Paginate through your entire contact list sorted by name, creation date, or last-updated date
- Filter searches by organization to scope results to a specific company
How it works
When your AI assistant needs people data, it follows this path:Transport options
The peeps MCP server supports two transport modes. Choose the one that matches where your AI assistant runs.stdio — local installation
In stdio mode, you run the MCP server as a local process usingnpx. Your MCP client (Claude Desktop, Cursor, etc.) spawns the process and communicates with it over standard input/output.
Best for: Claude Desktop, Cursor, local development environments, and any MCP client that manages its own server processes.
HTTP/SSE — remote server
In HTTP/SSE mode, you connect to the peeps-hosted MCP server athttps://mcp.peeps.ai/sse. Nothing is installed locally — your MCP client connects over the network using Server-Sent Events.
Best for: Cloud-hosted AI agents, serverless environments, and any setup where installing a local process is not practical.
Authorization header when connecting.
Next steps
Installation
Install the peeps MCP server via npx, npm, or connect to the remote server — no local install required.
Configuration
Set your API key and configure Claude Desktop, Cursor, or any MCP-compatible client.
Tools Reference
Explore every tool the MCP server exposes, with parameters, return fields, and example prompts.
Quickstart
Go from zero to your first AI-powered contact search in under five minutes.