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

# Quickstart

> Connect the Seamless MCP server from Claude Desktop in 60 seconds.

Connect Seamless MCP from Claude Desktop. For other clients, see [Install](/mcp/install/cursor).

<Note>
  MCP access must be enabled on your account. See [Access control](/mcp/access-control) for requirements.
</Note>

<Steps>
  <Step title="Add the server">
    Open Claude Desktop settings and add an MCP server with URL `https://mcp.seamless.ai/mcp`, or edit `claude_desktop_config.json`:

    ```json theme={null}
    {
      "mcpServers": {
        "seamless": {
          "url": "https://mcp.seamless.ai/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    On first connect, Claude opens a browser window to log in to Seamless.AI and authorize access. Clients without OAuth support need an [API key](/mcp/authentication).
  </Step>

  <Step title="Run a search">
    Ask Claude: "Search Seamless for VPs of Sales at SaaS companies in Texas." The agent calls `search_contacts` automatically.
  </Step>
</Steps>

## Next steps

* [Install guides](/mcp/install/cursor) for Cursor, VS Code, and other clients
* [Authentication](/mcp/authentication) for OAuth setup and API keys
* [Prospect to meeting workflow](/mcp/workflows/prospect-to-meeting) for a full outbound recipe
