Use Briefi from any AI client.
A hosted MCP endpoint that lets Claude Desktop, Claude Code, Cursor, ChatGPT, and any other MCP-aware client read your meetings, draft follow-ups, triage your inbox, and push outcomes to your CRM. No install required.
Endpoint
Live · Streamable HTTP, stateless
Auth: Bearer (your Briefi API key)
Rate limit: 100 req/min per workspace
POST
https://mcp.briefi.sh/mcp
Setup
-
1
Go to app.briefi.sh/settings → API tab. Create a new API key. Copy it — it's shown once. (Business plan)
-
2
Pick your client below and paste the snippet. The endpoint URL stays the same; only the wrapper format changes.
-
3
Restart the client and ask it something like "What meetings do I have today? Generate a brief for the first one."
Client configuration
Claude Desktop
claude_desktop_config.json
{
"mcpServers": {
"briefi": {
"type": "http",
"url": "https://mcp.briefi.sh/mcp",
"headers": {
"Authorization": "Bearer bk_live_..."
}
}
}
}
Claude Code
terminal
claude mcp add briefi \
--transport http \
--url https://mcp.briefi.sh/mcp \
--header "Authorization: Bearer bk_live_..."
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"briefi": {
"url": "https://mcp.briefi.sh/mcp",
"headers": {
"Authorization": "Bearer bk_live_..."
}
}
}
}
ChatGPT (Pro)
Settings → Connectors
Name Briefi
URL https://mcp.briefi.sh/mcp
Auth type Bearer token
Token bk_live_...
Tools available
11 tools — meetings, contacts, deals, inbox, CRM
briefi_list_meetingsfilter by date, outcome, titlebriefi_get_meetingfull meeting record by idbriefi_generate_brief10 credits — pre-meeting briefbriefi_generate_follow_up5 credits — post-meeting emailbriefi_list_contactssearch by name / email / companybriefi_get_contactfull contact recordbriefi_list_dealsfilter by pipeline stagebriefi_list_threadsinbox threads with classifier outputbriefi_get_threadsingle thread + messagesbriefi_draft_reply3 credits — AI reply suggestionbriefi_push_to_crmpush meeting outcome to GHL / HubSpot / Monday / Pipedrive / Zoho / Salesforce / Close / Copper / ActiveCampaign / Dynamics