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.
Before you start
Section titled “Before you start”- 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.
Connect Claude Code
Section titled “Connect Claude Code”Once you have your API token, run the following command in your terminal, replacing YOUR_TOKEN with the token you copied:
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.
Verify the connection
Section titled “Verify the connection”In your terminal, start a Claude Code session and ask:
claude> List my FeedbackPulse surveysYou should see your organisation’s surveys in the response.
Remove the connection
Section titled “Remove the connection”To remove the FeedbackPulse server from Claude Code:
claude mcp remove feedbackpulseAn Admin can also revoke the token entirely from Settings > Integrations in FeedbackPulse, which will cause the connection to stop working immediately.
Rules and constraints
Section titled “Rules and constraints”- 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.
Using FeedbackPulse in your editor
Section titled “Using FeedbackPulse in your editor”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.