notion-transcripts is an open source Cursor, Claude Code, and Codex skill to save transcripts to Notion.
This may be useful to share AI transcripts with your team to help them learn and discuss prompting techniques or debug AI tooling outputs.
Required: You must have a Notion workspace and Cursor, Claude Code, or Codex installed.
Duplicate this Notion page to your workspace and go there.

Look for this button at the top right of the page!
.claude/commands/save-transcript.md.cursor/commands/save-transcript.md.codex/skills/save-transcript/SKILL.mdEdit the Tags property in database as desired. Note that the skill itself will not create new tags and will just add tags that are existing to transcripts.

Install notion-mcp via the instructions here: Connecting to the Notion MCP
Example .mcp.json:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "mcp-remote", "<https://mcp.notion.com/mcp>"]
}
}
}
https://www.notion.so/wustep/**2e75cb08cf2c8033b424e59d31623ed0**?v=2e75cb08cf2c80ff9876000cced17060 ← note the bolded part.