Jamie AI (Preview)
Jamie runs on your device during meetings and captures audio to produce notes, summaries, action items, and searchable transcripts. Use this server to read your meetings, look up details, search across recordings, and view tasks and tags.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | Jamie Support |
| URL | https://meetjamie.ai |
| support@meetjamie.ai |
| Connector Metadata | |
|---|---|
| Publisher | Jamie AI |
| Website | https://meetjamie.ai |
| Privacy policy | https://meetjamie.ai/privacy |
| Categories | Productivity;Communication |
Jamie AI
Jamie runs on your device during meetings and captures audio to produce notes, summaries, action items, and searchable transcripts. This Model Context Protocol (MCP) server lets agents read your meetings, look up details, search across recordings, and view tasks and tags.
Publisher
Jamie AI (meetjamie.ai)
Prerequisites
- An active account in Jamie. Sign up is free.
- Jamie installed on your device (macOS, Windows, or iOS) to capture meeting audio.
You only need a Jamie account to use this MCP server. The server reads data your Jamie app has already produced — you do not need to grant any additional permissions to the MCP server beyond signing in.
Authentication
OAuth 2.0 (authorization code with PKCE).
| Setting | Value |
|---|---|
| Authorization URL | https://mcp.meetjamie.ai/oauth/authorize |
| Token URL | https://mcp.meetjamie.ai/oauth/token |
| Refresh URL | https://mcp.meetjamie.ai/oauth/token |
| Scope | mcp.read |
The mcp.read scope grants read-only access to the signed-in user's meetings, transcripts, summaries, tasks, and tags. The MCP server does not provide any write or destructive operations.
Supported tools
The Jamie MCP server exposes five read-only tools.
list_meetings
Returns a paginated list of the signed-in user's meetings ordered by start time, with optional filters for date range and tag name.
get_meeting
Returns the full details of a single meeting — title, start and end time, summary, transcript, action items, participants, tags, and linked calendar event information.
search_meetings
Returns matching text excerpts from the signed-in user's meetings using semantic search across summaries and transcripts. Searches the last six months by default.
list_tasks
Returns a paginated list of action items extracted from the signed-in user's meetings, with optional filters for date range, completion status, and meeting.
list_tags
Returns all tags available to the signed-in user, including tags shared by teammates within the same workspace.
All tools are marked with read-only annotations (readOnlyHint: true, destructiveHint: false, idempotentHint: true).
Setup steps
- Add the Jamie AI tool to a Microsoft 365 Copilot agent in Copilot Studio.
- When prompted, sign in with the Jamie account that owns the meeting data you want to access.
- The agent automatically discovers the five tools above through the MCP protocol and exposes them as agent actions.
Known issues and limitations
- Read-only. This server does not provide tools to create, update, or delete meetings, tasks, transcripts, or any other Jamie data.
- Six-month search window by default.
search_meetingssearches the last six months unless an explicitstartDateis provided. - Workspace-shared content.
list_tagsand meeting listings include items shared by teammates in the same Jamie workspace. The signed-in user must already have access to a meeting in Jamie for the MCP server to return it.
Support
- Email:
support@meetjamie.ai - Documentation: docs.meetjamie.ai
- Privacy policy: meetjamie.ai/privacy-policy
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
| Jamie AI MCP |
Invoke the Jamie Model Context Protocol server to list meetings, retrieve a meeting, search meeting content, list tasks, or list tags. |
Jamie AI MCP
Invoke the Jamie Model Context Protocol server to list meetings, retrieve a meeting, search meeting content, list tasks, or list tags.