Jamie
FreeNot checkedEnables Claude to interact with Jamie AI meeting assistant: list meetings, read summaries and transcripts, search, and manage tasks.
About
Enables Claude to interact with Jamie AI meeting assistant: list meetings, read summaries and transcripts, search, and manage tasks.
README
MCP (Model Context Protocol) server for Jamie AI — the AI meeting assistant. This server allows Claude to interact with your Jamie account: list meetings, read summaries and transcripts, search across meetings, manage tasks, and more.
Tools
| Tool | Description |
|---|---|
list_meetings |
List meetings with optional filters (date range, email, tag, pagination) |
get_meeting |
Get full meeting details: summary, transcript, participants, tasks, tags, calendar event |
delete_meeting |
Permanently delete a meeting and all its data (irreversible) |
search_meetings |
Semantic search across meeting content (personal key only) |
list_tasks |
List action items extracted from meetings |
list_tags |
List available tags with colors (personal key only) |
Installation
Add this MCP server to your Claude configuration:
{
"mcpServers": {
"jamie": {
"command": "npx",
"args": ["-y", "github:vicampuzano/jamie-mcp"],
"env": {
"JAMIE_API_KEY": "jk_your_api_key_here",
"JAMIE_KEY_TYPE": "personal"
}
}
}
}
Where to add this configuration
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows) - Claude Code:
~/.claude.jsonor project-level.mcp.json
Configuration
JAMIE_API_KEY (required)
Your Jamie API key. To generate one:
- Open Jamie and go to Settings → Developers → API Keys
- Click Add API Key
- Choose a scope (Personal or Workspace) and give it a name
- Copy the key immediately — it is only shown once
All keys start with the jk_ prefix. API access requires a Pro, Team, or Enterprise plan.
JAMIE_KEY_TYPE (optional)
Determines which API routes are used. Defaults to "personal".
| Value | Routes | Access scope |
|---|---|---|
"personal" |
/v1/me/... |
Your own meetings + meetings shared with you |
"workspace" |
/v1/workspace/... |
All meetings in the workspace |
Note:
search_meetingsandlist_tagsare only available with a personal key.
Requirements
- Node.js >= 18
- A Jamie AI account with Pro, Team, or Enterprise plan
License
MIT
Install Jamie in Claude Desktop, Claude Code & Cursor
unyly install jamie-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add jamie-mcp -- npx -y github:vicampuzano/jamie-mcpFAQ
Is Jamie MCP free?
Yes, Jamie MCP is free — one-click install via Unyly at no cost.
Does Jamie need an API key?
No, Jamie runs without API keys or environment variables.
Is Jamie hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Jamie in Claude Desktop, Claude Code or Cursor?
Open Jamie on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Jamie with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
