jamie-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jamie-mcplist my meetings from yesterday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jamie-mcp
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 with optional filters (date range, email, tag, pagination) |
| Get full meeting details: summary, transcript, participants, tasks, tags, calendar event |
| Permanently delete a meeting and all its data (irreversible) |
| Semantic search across meeting content (personal key only) |
| List action items extracted from meetings |
| List available tags with colors (personal key only) |
Related MCP server: MCP Fathom Server
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 |
|
| Your own meetings + meetings shared with you |
|
| 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceExposes the Fathom AI meeting intelligence API to Claude, allowing users to list meetings, fetch transcripts, and retrieve summaries. It also enables management of teams and members through the Model Context Protocol.59MIT
- AlicenseAqualityDmaintenanceEnables Claude to search and retrieve meeting information from Fathom AI through natural language queries.28MIT
- Alicense-qualityAmaintenanceEnables Claude to access your Fathom meetings, transcripts, and AI summaries.2616MIT
- AlicenseAqualityAmaintenanceEnables Claude Desktop and MCP clients to access Fathom meeting intelligence, including listing meetings, retrieving summaries and transcripts, and searching by title.4265MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vicampuzano/jamie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server