MCP is available on the Pro, Team, and Enterprise plans. If you’re
on the Free or Plus plan, upgrade your
plan to connect your AI tools.
We’re working on adding Jamie to the Claude and ChatGPT connector directories
for one-click setup. In the meantime, you can connect by adding Jamie as a
custom MCP server using the instructions below.
Pre-requisites
- A Jamie account on a Pro, Team, or Enterprise plan, with existing meeting notes
- An AI tool that supports MCP, such as Claude, ChatGPT, Cursor, Windsurf, or Microsoft Copilot
How to connect
Claude
Custom connectors require a Claude Pro, Max, Team, or Enterprise plan. Free
users are limited to one custom connector.
- Open Claude and sign in
- Go to Customize → Connectors
- Click + then Add custom connector
- Enter the Jamie MCP server URL:
- Click Add, then complete the OAuth sign-in with your Jamie account
- In a new chat, click + → Connectors and toggle Jamie on
ChatGPT
MCP connectors require a ChatGPT Plus, Pro, or Enterprise plan.
- Open ChatGPT and sign in
- Go to Settings → Connectors (or Developer section)
- Enable Developer Mode if not already enabled
- Add a new connector with the URL:
- Set authentication type to OAuth and complete the sign-in flow
- In a new chat, click + → More → Developer mode and toggle Jamie on
Microsoft Copilot
Jamie is available as a connector in Microsoft Copilot Studio, where you build and extend the agents used by Microsoft 365 Copilot. You add Jamie as a Model Context Protocol tool on an agent, and that agent can then read your meetings, transcripts, tasks, and tags.Connecting an MCP server requires a Copilot Studio license, and the agent must
have generative orchestration turned on (in the agent’s Settings). MCP
tools don’t work with classic orchestration.
- In Copilot Studio, open the agent you want to extend
- Go to the Tools page for your agent
- Select Add a tool
- Select Model Context Protocol — a list of available MCP connectors appears
- Find and select Jamie AI
- Authorize the connection — sign in with your Jamie account when prompted
- Select Add and configure
Claude Code
- Run
claudein your terminal - Add the Jamie MCP server:
- Open a new terminal tab and run
claudeagain - Run
/mcp, select the Jamie MCP, and select Authenticate - Ask Claude to reference your meetings
Cursor
- Open Cursor Settings (Cmd+Shift+J) → Tools & MCP
- Click Add new MCP server
- Set the type to Streamable HTTP and enter the URL:
- Click Install — a browser window will open for OAuth authentication
- Sign in with your Jamie account
- Your meeting tools will appear in the MCP panel
.cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
Windsurf
- Open Windsurf Settings → MCP
- Add a new server with the URL:
- Complete OAuth authentication when prompted
Other AI tools
You can connect any MCP-compatible tool using the public URL:- Streamable HTTP transport
- OAuth 2.0 authentication — Jamie uses browser-based OAuth, so your tool needs to open a browser window for you to sign in. No API keys or client secrets are needed — credentials are handled automatically via Dynamic Client Registration.
Available tools
Once connected, these tools are available to your AI assistant:| Tool | Description | Example prompts |
|---|---|---|
list_meetings | List your meetings with optional date range, tag filter, and pagination | What meetings did I have last week? |
get_meeting | Get full details of a meeting including summary, transcript, tasks, and participants | Show me the notes from my standup this morning |
get_meeting_transcript | Read a long meeting’s full transcript in sequential pages (use after get_meeting when its transcript is truncated) | Get the complete transcript of yesterday’s planning call |
search_meetings | Semantic search across your meeting content (last 6 months by default) | What did the team decide about the pricing change? |
search_people | Look up people from your contacts by email address, with their name, role, and company when available | Who is jordan@acme.com and what’s their role? |
list_tasks | List action items from your meetings with filters for date, status, and assignee | What are my open action items? |
list_tags | List all tags available to you, including tags shared by teammates | What tags do I have? |
create_tag | Create a new tag (label) you own, with an optional color | Create a tag called “Q3 Planning” |
update_tag | Rename a tag you own and/or change its color | Rename my “Sales” tag to “Revenue” |
delete_tag | Permanently delete a tag you own (removes it from all meetings; cannot be undone) | Delete the “Old Project” tag |
set_tag_sharing | Share a tag you own with workspace teammates, or make it private | Share my “Hiring” tag with sam@acme.com |
add_tag_to_meetings | Add a tag to one or more meetings you own | Tag yesterday’s interview with “Hiring” |
remove_tag_from_meetings | Remove a tag from one or more meetings you own | Remove the “Hiring” tag from that meeting |
Troubleshooting
MCP tools not working
If your AI tool can’t access your meeting notes, try re-authenticating by disconnecting and reconnecting.”No tools available” in Claude
If Jamie is connected but shows No tools available:- Go to Customize → Connectors (must be on claude.ai, even if you use the desktop app)
- Find the Jamie connector
- Click the three-dot menu and choose Remove
- Re-add the connector using the URL
https://mcp.meetjamie.ai/mcpand complete authentication
Authentication errors
Make sure you’re signing in with the same email address your Jamie account is registered under. You can verify your account email in the Jamie app under Settings → Account.FAQ
Do I need the same email for my AI tool and Jamie?
Do I need the same email for my AI tool and Jamie?
No. You can use different accounts. During the OAuth flow, you’ll authenticate the Jamie account you want to give access to.
Do I need a client ID or client secret?
Do I need a client ID or client secret?
No. Jamie MCP uses Dynamic Client Registration (DCR), so credentials are
created automatically. If a third-party platform shows client ID/secret
fields, leave them blank.
Can I connect Jamie MCP to my own internal AI tool?
Can I connect Jamie MCP to my own internal AI tool?
Yes — any tool implementing the MCP client specification with Streamable HTTP transport can connect. Your tool needs to handle the OAuth 2.0 browser authentication flow. See the “Other AI tools” section above for details.

