Uplifted + Claude
Integration Guide
Everything you can do when Uplifted is connected to Claude via MCP โ from simple asset searches to full creative audits with strategic recommendations. No technical commands needed.
Find & Organize
Search assets, manage folders and boards across all your brands.
Analyze Performance
Pull ROAS, CPA, spend, thumbstop rate and more in seconds.
Creative Strategy
Audit creatives, find patterns, and get specific test ideas.
Prerequisites
Setup
Open your Claude Code MCP settings
Run this in your terminal, or open the config file directly:
claude mcp
# Or open the config file directly:
~/.claude/settings.json # Global (all projects)
.claude/settings.json # Project-specific
Add the Uplifted MCP server
Add the following to your mcpServers block in the config file:
{
"mcpServers": {
"uplifted": {
"type": "sse",
"url": "https://mcp.uplifted.ai/sse",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}
}
Restart Claude Code
Exit and restart Claude Code, or run:
/mcp
# You should see 'uplifted' listed as a connected MCP server.
Verify the connection
Start a new conversation and type:
"Show me my brands"
# If you see your brand list, you're connected!
Troubleshooting
- Double-check your API key โ no extra spaces or line breaks
- Make sure the config is valid JSON (watch for trailing commas)
- Restart Claude Code after any config change
- Your API key may have expired โ generate a new one from the Uplifted dashboard
- Make sure your Uplifted account has API access enabled
- Run /mcp in Claude Code to check server status
- You should see: uplifted: connected (X tools available)
- If it shows disconnected or error, check config syntax and API key
- Run "Show me my brands" first to see which brands you have access to
- Make sure you're referencing the exact brand name as it appears in Uplifted
Optional: Project-Level Context
Create a file at .claude/CLAUDE.md in your project so Claude remembers your brand context without you repeating it every time:
# Project Context
- Primary brand: [Your Brand Name] (ID: [brand-id])
- Focus: 'DTC skincare, anti-aging products'
- Key metrics we care about: ROAS, CPA, thumbstop rate
- Current campaign: 'Summer 2026 launch'
Connected Capabilities
| Uplifted Concept | What Claude Can Do |
|---|---|
| Brands | See all your brands, switch between them |
| Asset Libraries | Search across BRAND, UGC, AD, and AD_ANALYTICS libraries |
| Assets | Find, view, read transcriptions, move, copy, delete, comment |
| Folders | Create and organize folder structures |
| Boards | Create, list, update, delete; add/move assets between boards |
| Tags | Filter assets by tags, look up tag IDs |
| Creative Clips | Filter by clip type (Pain Point, CTA, Solution, etc.) |
| Ad Analytics | ROAS, spend, CPA, CPM, thumbstop rate, CTR, and more |
Finding things
Organizing things
Checking performance
Available Metrics
Time Periods
Filters You Can Combine
Pro Tips
Be specific about what 'good' means
Add metric thresholds and time windows to get precise results.
"Show me ads with ROAS above 2.5x and spend over $500 in the last 14 days"
Name your brand if you have multiple
Avoid ambiguity when switching between brand accounts.
"For Lemonade, show me top performers this month"
Ask for the format you want
Claude adapts its output to however you need to use it.
"Give me this as a table" / "Rank these from best to worst"
Chain requests naturally
You don't need to break complex tasks into separate asks.
"Find my worst performing ads, figure out why they're failing, and suggest replacements based on what IS working"
Ask Claude to explain its reasoning
Get the logic behind every recommendation, not just the answer.
"Why do you think the testimonial ads are outperforming the product demos?"
Get started in 5 prompts
Run these in sequence on your first session.
1. "Show me my brands"
2. "Top 5 ads by ROAS, last 30 days"
3. "What patterns do winners share?"
4. "What am I not testing?"
5. "Create a brief for my next test"
When a Skill Helps vs. When to Just Ask
If you want something done consistently the same way every time with nothing skipped, a skill helps. If you're exploring, just ask naturally.
| Request Type | Needs a Skill? | Why |
|---|---|---|
| Show me my top ads | No | Simple data pull |
| Compare winners vs losers | No | Claude chains tools and reasons through it |
| Full creative audit with scoring | Optional | Ensures consistent methodology |
| Compliance review | Recommended | Complex checklist โ nothing gets missed |
| Weekly summary (recurring) | Use a skill | Scheduled + consistent format every time |
| What should I test next? | No | Claude's reasoning handles this well |
| Quarterly report | Recommended | Same structure, same depth, every quarter |
Ready to connect?
Get your API key from Settings โ API / Integrations in your Uplifted dashboard.