Skip to main content

Step 1 — Create an MCP key

1

Open MCP Integrations

Go to Integrations → AI / MCP in your SureFeedback dashboard, then click Manage MCP Keys.
2

Create a key

Click Create MCP Key, give it a name (e.g. Claude Code), select Read and Write permissions, and click Create MCP Key.
3

Copy the key

Copy the sf_... key from the dialog. It is shown only once.

Step 2 — Configure your client

Run this command in your terminal:
claude mcp add --transport http surefeedback https://api.surefeedback.com/mcp \
  --header "X-API-Key: sf_your_key_here"
Restart Claude Code. Type /mcp to verify surefeedback is connected.

Step 3 — Verify the connection

Ask your AI assistant:
“List all sites in my SureFeedback project”
If connected correctly, it will return your sites list. You’re ready to go.
Each MCP key is scoped to your active project. To switch projects, update your active project in the SureFeedback dashboard — no key change needed.