Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.peec.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 and Web (claude.ai)

1

Open settings

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

Broswe connector

Search for and click on the Peec AI connector and install it
3

Authorize

Click Connect. You’ll be redirected to Peec AI to sign in. Once authorized, return to the Claude Desktop.
Please note that only workspace Admins in Claude can add the connector. If you are not able to, you might want to check with your admin
Connecting Claude MCP

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. From here:
  • Run a built-in prompt (slash command) for a ready-made analysis like the weekly visibility pulse or competitor radar.
  • Or browse the use cases for free-form question ideas.

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.