Unwrap MCP
Last updated: April 16, 2026
What is an MCP?
MCP stands for Model Context Protocol, and is an open-sourced standard developed by Anthropic to connect external data and tools to AI models.
The Unwrap MCP gives you access to the same tools that power the Unwrap Assistant, allowing you to get the same great Assistant experience natively in your AI model of choice.
Connecting to Claude Desktop/Web
Go into Claude, go to Organization Settings, and click Connectors

Click Add, and add the following:
Name: unwrap (or whatever else you want to call it)
Click Add
Then, go to the Unwrap connector, and click "Connect" if there's a connect button. Follow the redirect link, and let it redirect you back to Claude, and you should be authenticated!
If there is a Configure button instead, you already probably authenticated the unwrap MCP, and you're good to go!
Connecting to Claude Code
In a terminal, run
claude mcp add --transport http unwrap https://nlp.api.production.unwrap.ai/mcpEnter claude code with the
claudecommandUse the
/mcpcommand, and authenticate the unwrap mcp
Connecting to ChatGPT
Enable developer mode: https://developers.openai.com/api/docs/guides/developer-mode
Go to Settings > Apps > Create an App

Set https://nlp.api.production.unwrap.ai/mcp as your url

Click "I understand and want to continue" and Add the App.
Then, when you click Connect on the App, it should go through an oauth flow, where you login with your permissions and connect.
Connecting to Cursor
Go to Cursor > Settings > Cursor Settings > Tools & MCP
Add a new MCP server

In your mcp.json, add the below:
{
"mcpServers": { // This should already be present
...
"unwrap": { // ADD THIS
"url": "https://nlp.api.production.unwrap.ai/mcp"
}
...
}
}Then, you should see a Connect button (might have to reset Cursor to see this). Click connect, and you should get authenticated to use Cursor
Static OAuth Connection
If you want one shared set of credentials to use for all users in your entire org, you may create static OAuth credentials to connect to the Unwrap MCP. This will give read access to all views in your org, to any user that uses the credentials. You need to be an Admin of your Unwrap org to create the credentials.
Generate an OAuth Client ID and Secret from your Organizations page in Unwrap. On the Organizations page, the OAuth Credentials section is in the bottom right. You'll need a callback url for this. This usually will be listed on the MCP clients doc page. You need this to be able to use the static credentials with a client.
Once you get the static OAuth credentials, follow the steps on each MCP clients docs to add the static credentials in the right spot.

Usage
Views
The first thing Claude will try to figure out is what View you're asking about. It will use the list_views tool to list the Views that you have permissions for. Select the View that you want it to use for the rest of it's queries.
Querying data
Now that you've selected a View, start querying data! Ask any questions you want about your customer feedback in natural language, and Claude will be able to use the Unwrap tools to explore your teams feedback, and give you a data backed answer.
Suggested Questions
What are my top issues for the last 90 days?
Can you filter down to just issues about X, and show me how they've trended over the last 6 months?
Can you find me customer feedback around feature X, and then write me a priority ranked PRD, with customer anecdotes and links?
Connection Issues
If you're experience connection problems, try going to your Claude settings, find the Unwrap MCP, disconnect it, and reconnect it. If the issue still persists, please reach out to our support team.
Tools
All Unwrap tools are currently read only.
Lists the authenticated org’s available views, including view_id, view_name, and org_name. |