Skip to content

Connect Claude Code to FeedbackPulse

Claude Code connects to FeedbackPulse using a personal API token. You’ll create a token in FeedbackPulse and register the server with Claude Code using a single command.

Use this method when your MCP client does not support OAuth sign-in.

  • Your organisation must have AI Integration enabled. Ask your Admin to check Settings > Features.
  • Only Admins can create a personal API token today, and an Admin can only create one for their own account. See Managing API Tokens. If you are not an Admin, ask an Admin to create a token in Settings > Integrations and share it with you securely for this connection.

Once you have your API token, run the following command in your terminal, replacing YOUR_TOKEN with the token you copied:

Terminal window
claude mcp add feedbackpulse \
--transport http \
https://app.feedbackpulse.com/mcp \
--header "Authorization: Bearer YOUR_TOKEN"

This registers FeedbackPulse as an MCP server in Claude Code. The connection is stored in your Claude Code configuration and persists across sessions.

In your terminal, start a Claude Code session and ask:

claude
> List my FeedbackPulse surveys

You should see your organisation’s surveys in the response.

To remove the FeedbackPulse server from Claude Code:

Terminal window
claude mcp remove feedbackpulse

An Admin can also revoke the token entirely from Settings > Integrations in FeedbackPulse, which will cause the connection to stop working immediately.

  • Your account only sees the FeedbackPulse data it is already authorised to access.
  • Write actions (for example, creating survey drafts or survey templates) require Admin-level permissions.
  • Only Admins can create, view, or revoke personal API tokens today, and only for their own account.
  • If the token is revoked or MCP access is disabled for the account behind it, requests will fail until you reconnect with a valid token.

If you use Claude Code inside VS Code or another IDE, the FeedbackPulse server will be available in all Claude Code sessions once registered. You can ask questions about your feedback data without leaving your editor.


← Back to MCP Overview · Manage API Tokens →