
Turn your meetings into a knowledge base your AI can chat with.
Pipe Meeting Ink transcripts straight into your AI tools and query summaries, transcripts and translations in plain language — like having a conversation with your meetings, integrated seamlessly into your AI workflow.
Connect to ChatGPT, Claude, Codex CLI, Cursor and more — ask things like "What pricing strategy did we discuss with the client last week?"
Your assistant can read but never write. "AI won't tamper with my data" is the baseline for letting it into your meetings.
AI decides what to read — quick questions hit the summary, deep dives go straight to the transcript.
Every line knows who said it, so AI can trace decision ownership instead of guessing from a wall of text.
Just follow the steps and authorize — you're connected in minutes.
Not just a personal tool — admins will be able to track team meeting activity, follow up on action items, and roll up reports via AI.
Meetings, transcripts, AI summaries, translations and terminology — works out of the box.
The Model Context Protocol (MCP) is an open standard that lets AI securely connect to external tools and data sources. Through the Meeting Ink MCP Server, you can plug your Meeting Ink workspace into any MCP-capable AI tool (Claude, Cursor, ChatGPT, Codex CLI and more), letting them read your meeting transcripts, summaries and translations and query them in natural language — integrated seamlessly into your AI workflow.
Once connected, you can query meetings, read summaries, fetch transcripts and translations directly inside your AI tool — combine them with other data sources, generate decks and reports — all in natural language, without breaking flow to switch tools.
Before you connect, make sure you have the following:
Authorize your AI tool via OAuth to access your meeting data through Meeting Ink MCP. Pick your AI tool and follow the steps below:
Open the Claude Desktop App and click Customize → Connectors → "+" → Add custom connectors (reference)
Fill in the following:
Click Connect — your browser opens the authorization page automatically. Sign in to your Meeting Ink account and click "Approve and allow access".
Back in Claude, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
Open ChatGPT with a paid account and click Settings → Apps → Advanced settings, then turn on developer mode (reference)
Go to Apps → Create and fill in the following:
Click Create — your browser opens the authorization page automatically. Sign in to your Meeting Ink account and click "Approve and allow access".
Back in ChatGPT, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
claude mcp add --transport http meeting-ink-mcp https://ink-mcp.dwave.cc/mcp
In Claude Code, type /reload to reload, then type /mcp and pick meeting-ink-mcp → Authenticate. Your browser opens the authorization page — sign in to your Meeting Ink account and click "Approve and allow access".
Back in Claude Code, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
codex mcp add meeting-ink-mcp --url https://ink-mcp.dwave.cc/mcp
Run the command below in your terminal. Your browser opens the authorization page automatically — sign in to your Meeting Ink account and click "Approve and allow access".
codex mcp login meeting-ink-mcp
Back in Codex, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
Add this to your Cursor MCP config (~/.cursor/mcp.json for global, or .cursor/mcp.json in your project).
{
"mcpServers": {
"meeting-ink-mcp": {
"url": "https://ink-mcp.dwave.cc/mcp"
}
}
}Open Cursor Settings → MCP, find meeting-ink-mcp and click "Needs Login". Your browser opens the authorization page — sign in to your Meeting Ink account and click "Approve and allow access".
Back in Cursor, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
gemini mcp add -t http meeting-ink-mcp https://ink-mcp.dwave.cc/mcp
Start the Gemini CLI and run /mcp auth meeting-ink-mcp. Your browser opens the authorization page automatically — sign in to your Meeting Ink account and click "Approve and allow access".
Back in the Gemini CLI, start a new conversation and enter the prompt below to confirm the connection.
What was my latest meeting about?
The Meeting Ink MCP server authenticates with a Connect API key tied to your account. Create one as follows:
Sign in to Meeting Ink, go to Settings → Integrations & Apps, locate the Meeting Ink MCP card and click "Set up".
Click "Generate key" and copy it to a safe place — the key acts like a password.
Pick your AI tool and follow the setup instructions, replacing <your_API_Key> with your Connect API key.
Run this command in your terminal to register the Meeting Ink MCP server.
claude mcp add --transport http meeting-ink https://ink-mcp.dwave.cc/mcp --header "Authorization: Bearer <your_API_Key>"
Add this entry to your Claude Cowork MCP configuration.
{
"meeting-ink": {
"command": "npx",
"args": [
"mcp-remote",
"https://ink-mcp.dwave.cc/mcp",
"--header",
"Authorization: Bearer <your_API_Key>"
]
}
}Add Meeting Ink as a custom connector in ChatGPT's Developer Mode.
ChatGPT's Developer Mode custom connectors only accept OAuth / No Authentication — they do not take a static Authorization: Bearer <api-key> header the way Claude Code or Cursor do. Use the ChatGPT flow under "Option 1: Quick setup" above instead.
Add this JSON to your Cursor MCP config (~/.cursor/mcp.json for global, or .cursor/mcp.json in your project).
{
"mcpServers": {
"meeting-ink": {
"url": "https://ink-mcp.dwave.cc/mcp",
"headers": {
"Authorization": "Bearer <your_API_Key>"
}
}
}
}Add this TOML to ~/.codex/config.toml, then export MEETING_INK_KEY in your shell.
[mcp_servers.meeting-ink] url = "https://ink-mcp.dwave.cc/mcp" bearer_token_env_var = "MEETING_INK_KEY"
Run this command in your terminal to register the Meeting Ink MCP server.
gemini mcp add --transport http meeting-ink https://ink-mcp.dwave.cc/mcp --header "Authorization: Bearer <your_API_Key>"
Meeting Ink MCP gives your AI tool read-only access to your Meeting Ink meetings, transcripts and summaries. You can ask it to:
Meeting Ink's official Skills and Plugins are in the works — drop your email and we'll be the first to let you know the moment they go live!