Skip to main content
MCP is an open protocol that lets AI assistants access your Caret meeting data directly. Ask your AI about past meetings, search your knowledge base, and reference transcripts — all without leaving your workflow.

Supported Clients

Claude Desktop

Anthropic’s desktop AI assistant.

Cursor

AI-powered code editor.

Any MCP Client

Any client that supports the Model Context Protocol.

Quick Setup

1

Open Settings

Open Claude Desktop and go to Settings > MCP Servers.
2

Add Server

Click Add and enter the server URL:
https://api.caret.so/mcp
3

Sign In

Claude will open a browser window. Sign in with your Google account.
4

Select Workspace

Choose the Caret workspace you want to connect.
5

Start Using

You’re connected. Try asking Claude about your meetings.
You can also manually add the server in your claude_desktop_config.json:
{
  "mcpServers": {
    "caret": {
      "type": "streamable-http",
      "url": "https://api.caret.so/mcp"
    }
  }
}

API Key Authentication

If your MCP client does not support OAuth, you can authenticate with an API key.
1

Create API Key

Go to Settings > Developer in Caret and click Create API Key.
2

Assign Scopes

Select notes and users scopes for full MCP tool access.
3

Configure Client

Set the API key as a Bearer token in your MCP client’s authorization header.
Keep your API key secure. Never share it in public repositories or client-side code.

What You Can Do

All tools are read-only and scoped to your workspace.
CapabilityExample Prompt
List meeting notes”Show me my meetings from last week”
Get full note details”What was discussed in the Q3 planning call?”
Search notes by title”Find meetings about pricing”
Search knowledge base”What did the customer say about our competitor?”
View workspace info”What workspace am I connected to?”
List team members”Who’s on the team?”
For full tool schemas and parameters, see the MCP Tools Reference.

Troubleshooting

IssueSolution
Connection failedVerify the URL is exactly https://api.caret.so/mcp
Unauthorized errorRe-authenticate or check that your API key has the correct scopes
No results returnedEnsure your workspace has meeting notes with completed status
Workspace not foundConfirm you’re a member of the workspace you selected