
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.
Paste your Connect API key, run one command, 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:
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 (including the Codex sidebar inside the ChatGPT Desktop app, which shares the same OpenAI cloud backend as ChatGPT) currently support OAuth, No Authentication, or a mix of both — they do not accept a static Authorization: Bearer <api-key> header the way Claude Code or Cursor do. Recommended paths:
(1) wait for our OAuth rollout (in progress)
(2) run a lightweight local proxy that ChatGPT calls with No Authentication and that injects your Meeting Ink API key on the outbound request.
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"
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!