Jump to

Cursor

Connect your feedback.tools surveys to Cursor so you can ask about your feedback right inside the editor — "What are the top bugs this month?", "Summarize the latest responses." It reads your survey data and can import feedback, but can't change or delete anything.

Need a token first? See Before you start.

There are two ways to connect. Option A (one-click) is quickest; use Option B (config file) if the button doesn't work or you'd rather set it up by hand.


Option A — One-click (Add to Cursor)

Click the button above — it opens Cursor and pre-fills the server for you. Confirm the install in Cursor when prompted, then jump to Verify below.

The button carries your selected token, so use the one on this page rather than sharing the link — anyone with that link can read your data.

The button is a Cursor deeplink of this shape:

cursor://anysphere.cursor-deeplink/mcp/install?name=feedback-tools&config=<BASE64_CONFIG>

where <BASE64_CONFIG> is the base64 of this JSON (with your real token):

{"url":"https://feedback.tools/mcp","headers":{"Authorization":"Bearer mcp_live_YOUR_TOKEN_HERE"}}

Option B — Add it manually

  1. Open the Cursor config file (create it if it doesn't exist):

    • All projects: ~/.cursor/mcp.json
    • This project only: .cursor/mcp.json in the project root
  2. Add the feedback-tools server:

    {
      "mcpServers": {
        "feedback-tools": {
          "url": "https://feedback.tools/mcp",
          "headers": {
            "Authorization": "Bearer mcp_live_YOUR_TOKEN_HERE"
          }
        }
      }
    }
  3. Replace mcp_live_YOUR_TOKEN_HERE with your token and save.

  4. Open Settings → MCP (or Cursor Settings → Tools & Integrations). You should see feedback-tools listed with a green dot — toggle it on if it isn't already.


Verify

Open the Cursor chat (Agent mode) and ask:

List my surveys in feedback.tools.

Cursor will ask to run the tool the first time — allow it. If your surveys come back, you're connected. Try "What's the CSAT for my Onboarding survey?" next.


Troubleshooting

Comparison table
ProblemFix
Button does nothingCursor must be installed and the cursor:// handler registered. Use Option B instead.
"Unauthorized" / no toolsCheck the token is copied in full (starts with mcp_live_) and the header reads Authorization: Bearer <token>. Revoke and create a fresh token if unsure.
Server shows but has no toolsMake sure you're in Agent mode and the server is toggled on in Settings → MCP.
"Data is locked" for a surveyThat survey's subscription has lapsed — reactivate it. The survey list stays visible regardless.