What MCP actually does
MCP (Model Context Protocol) is a standard that lets AI assistants call external tools in real time. When you connect Brika via MCP, your AI doesn't need you to paste any data. It fetches it directly, right inside the conversation.
The practical result: instead of manually pulling stats and summarizing them for Claude, you just ask a question. Claude calls Brika, gets your live data, and answers.
get_creator_stats, gets real-time data from your Brika account, and responds with the exact numbers. That whole loop takes under two seconds.
What you need before starting
MCP is available on all Brika plans as an Early Access feature. You need at least one creator tracked in your watchlist so there's actual data to query.
Pick your client below. Claude.ai and ChatGPT use OAuth (handled automatically via a login redirect). Claude Desktop and Cursor require a static API key you generate from your Brika settings.
- Settings โ Connectors โ Add custom connector
- Paste
https://www.brika.ai/api/mcp - Click Connect, approve on Brika redirect
- Settings โ Apps & Connectors โ Advanced (Developer mode)
- Create connector, paste MCP URL, select OAuth
- Approve access on Brika redirect
- Generate key at brika.ai/settings โ AI Integrations
- Add config to
claude_desktop_config.json - Quit and relaunch Claude Desktop
- Generate key at brika.ai/settings โ AI Integrations
- Add to
.cursor/mcp.jsonor Settings โ MCP Servers - Reload the editor
Step-by-step: Claude.ai and ChatGPT (OAuth)
OAuth is the easiest path. No key to generate, no config file to edit. Brika handles authentication through a login redirect, so the only thing you paste is the MCP server URL.
Step-by-step: Claude Desktop and Cursor (API key)
Desktop clients need a static API key instead of OAuth. Generate one from your Brika settings and add it to a config file.
"mcpServers": {
"brika": {
"type": "http",
"url": "https://www.brika.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
What you can ask once connected
Brika exposes eight tools to your AI. Each one maps to a real capability inside your account, called automatically when you ask a relevant question.
Three starter questions to try first
Once connected, these are the highest-value queries to run immediately. Each one demonstrates a different dimension of what your AI can now do with Brika data.
- "Show me my watchlist" gets the full lay of the land. Creator names, follower counts, engagement rates, latest snapshot. Your AI now knows who you're tracking.
- "What's gone viral in my niche this week?" pulls your radar feed and returns the breakout posts with hook patterns and format breakdowns. The fastest way to find steal-worthy content.
- "What should I post this week and when?" combines your content plan and best posting times into one actionable answer. No tab-switching required.
Quick troubleshooting
- No content plan found: generate your first plan at brika.ai/content-system before asking Claude about it.
- "Not tracking that creator": the creator needs to be in your Brika watchlist first. Add them at brika.ai/watchlist or ask Claude to run add_creator mid-conversation.
- API key stopped working: go to Settings โ AI Integrations, revoke the old key, generate a new one, and update your config file.
- OAuth redirect didn't return: make sure you're logged into Brika in the same browser. Restart the connector setup from Settings โ Connectors.