Skip to main content

Server URL

All platforms use the same URL:
https://api.peec.ai/mcp
The first time you connect, you’ll be redirected to Peec AI to sign in and authorize access. After that, your session persists across conversations.

Claude Desktop

1

Open settings

Open Claude Desktop and go to Settings (gear icon), then Connectors.
2

Add connector

Click Add custom connector and enter the URL:
https://api.peec.ai/mcp
3

Authorize

Click Connect. You’ll be redirected to Peec AI to sign in. Once authorized, return to Claude Desktop.

Claude Web (claude.ai)

1

Open connectors

Go to claude.ai, click your profile icon, then Settings, then Connectors.
2

Add connector

Click Add custom connector and enter the URL:
https://api.peec.ai/mcp
3

Authorize

Sign in with your Peec AI account when prompted.

Claude Code (CLI)

Run this command in your terminal:
claude mcp add peec-ai --transport streamable-http https://api.peec.ai/mcp
Claude Code will prompt you to authorize when you first use a Peec AI tool.

Cursor

1

Open MCP settings

Open Cursor Settings, then go to Tools & Integrations, then MCP.
2

Add server

Click Add Custom MCP and enter the server URL:
https://api.peec.ai/mcp
Select Streamable HTTP as the transport type.
3

Authorize

You’ll be prompted to sign in via Peec AI when you first use the server.

VS Code (GitHub Copilot)

Add a .vscode/mcp.json file to your workspace (or open the user-level config via the MCP: Open User Configuration command):
{
  "servers": {
    "peec-ai": {
      "type": "http",
      "url": "https://api.peec.ai/mcp"
    }
  }
}

Windsurf

1

Open MCP settings

Open Windsurf Settings, then go to MCP.
2

Add server

Click Add Server and enter the server URL:
https://api.peec.ai/mcp
3

Authorize

You’ll be prompted to sign in via Peec AI when you first use the server.

Other platforms

The Peec AI MCP Server uses Streamable HTTP transport and works with any AI tool that supports the MCP standard. Use the server URL https://api.peec.ai/mcp and configure your tool’s MCP settings accordingly.

Verify your connection

After setup, try asking your AI assistant:
“List my Peec AI projects”
You should see a list of projects your account has access to. If that works, you’re all set. Head to the use cases page for ideas on what to ask.

Troubleshooting

“Authorization failed” or “Unauthorized”
  • Check that you signed in with the correct Peec AI account
  • Try removing and re-adding the integration
  • Clear your browser cookies for api.peec.ai and try again
“No projects found” Connection timeout
  • Check your internet connection
  • Make sure the URL is exactly https://api.peec.ai/mcp
Need help? Email us at support@peec.ai.