Connect your AI
Connecting takes two steps: generate a token, then add the MCP server to your AI client.
Step 1 — Generate your token
Section titled “Step 1 — Generate your token”-
Open your dashboard settings
Go to Integrations → AI access (MCP) in your dashboard.
-
Create a token
Click Generate token, give it a label (e.g. Claude Desktop), and copy it. It looks like
mcp_live_…. -
Save it somewhere safe
The token is shown only once. Treat it like a password — anyone with it can read your meetings.
Your server URL is:
https://mcp.meetingjuice.com/mcpStep 2 — Add the server to your client
Section titled “Step 2 — Add the server to your client”Run this in your terminal:
claude mcp add meetingjuice \ --transport http \ --url https://mcp.meetingjuice.com/mcp \ --header "Authorization: Bearer mcp_live_YOUR_TOKEN"Then ask Claude about your meetings — it will use the MeetingJuice tools automatically.
Open Settings → Developer → Edit Config and add:
{ "mcpServers": { "meetingjuice": { "transport": "http", "url": "https://mcp.meetingjuice.com/mcp", "headers": { "Authorization": "Bearer mcp_live_YOUR_TOKEN" } } }}Restart Claude Desktop. MeetingJuice appears in your available tools.
Add to .cursor/mcp.json in your project (or your global Cursor MCP config):
{ "mcpServers": { "meetingjuice": { "url": "https://mcp.meetingjuice.com/mcp", "headers": { "Authorization": "Bearer mcp_live_YOUR_TOKEN" } } }}In a ChatGPT client that supports MCP connectors, add a custom connector pointing to:
https://mcp.meetingjuice.com/mcpand provide your mcp_live_… token as the bearer credential.
Revoke or rotate
Section titled “Revoke or rotate”Lost a token, or want to disconnect a client? Go back to Integrations → AI access (MCP) and revoke it. Generate a fresh one any time. See Security & privacy.