Skip to main content
1

Open Connectors

Go to Customize → Connectors in Claude.
2

Add custom connector

Click +, then Add custom connector, and fill in:
  • Name: Promptwatch
  • URL: https://server.promptwatch.com/mcp
No OAuth Client ID or secret needed.
3

Authorize

Click Add. Complete the Promptwatch authentication in the browser that opens: sign in, select your organization and optionally a specific project, then click Allow.
1

Get your API key

Go to Settings → API Keys in your Promptwatch dashboard, click Create API Key, and copy it.
2

Install automatically

Click the button below. Cursor opens an install dialog. Replace YOUR_API_KEY with your key, then click Install:Install MCP Server
3

Or configure manually

Add to .cursor/mcp.json:
{
  "mcpServers": {
    "promptwatch": {
      "url": "https://server.promptwatch.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Any MCP-compatible client can connect using:
URL:           https://server.promptwatch.com/mcp
Transport:     Streamable HTTP
Authorization: Bearer YOUR_API_KEY
If your client does not support remote HTTP servers, use the mcp-remote proxy:
{
  "mcpServers": {
    "promptwatch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://server.promptwatch.com/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Start using it

Once connected, ask your AI assistant questions like:
  • “How visible is my brand in AI search results?”
  • “Which sources are LLMs citing when they mention us?”
  • “Compare our AI visibility against competitors”
  • “What content gaps should I address?”
  • “How much traffic are we getting from AI tools?”
  • “Generate a blog post for prompt X using persona Y”