> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peepsai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# peeps: AI-native people and contact data, powered by MCP

> peeps gives your AI assistant real-time access to your people and contact data through the Model Context Protocol (MCP). No custom code required.

peeps is a B2B SaaS platform that connects your AI assistants to your people and contact data. At its core is the **peeps MCP server** — an MCP-compatible server that exposes people, contacts, and organization records as callable tools. Whether you're using Claude, Cursor, or another MCP-enabled AI client, peeps lets you ask natural-language questions about your contacts and get real answers, without leaving your workflow.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Connect peeps to your AI assistant in under 5 minutes.
  </Card>

  <Card title="MCP Server Overview" icon="server" href="/mcp/overview">
    Learn how the peeps MCP server works and what it exposes.
  </Card>

  <Card title="Tools Reference" icon="wrench" href="/mcp/tools">
    Explore all available tools: search, lookup, and list operations.
  </Card>

  <Card title="Claude Integration" icon="robot" href="/integrations/claude">
    Step-by-step guide to connecting peeps with Claude Desktop.
  </Card>
</CardGroup>

## How it works

Getting your AI assistant connected to your people data takes just three steps.

<Steps>
  <Step title="Get your API key">
    Sign in to the [peeps dashboard](https://app.peeps.ai), navigate to **Settings → API Keys**, and create a new key for your workspace.
  </Step>

  <Step title="Configure your MCP client">
    Add the peeps MCP server to your AI client's configuration using your API key. The server is available as an `npx` command or as a remote HTTP/SSE endpoint.
  </Step>

  <Step title="Ask your AI about people">
    Start a conversation with your AI assistant and ask questions like "Find everyone at Acme Corp" or "Get me John Smith's contact details." peeps handles the rest.
  </Step>
</Steps>

<Note>
  The peeps MCP server is the first product in the peeps platform. More features — including richer data sources, write operations, and team-level controls — are on the way. [Sign up](https://app.peeps.ai) to stay in the loop.
</Note>
