What is this?

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.

View on GitHub

Database

AI Transcripts

Installation

Required: You must have a Notion workspace and Cursor, Claude Code, or Codex installed.


  1. Duplicate this Notion page to your workspace and go there.

    Look for this button at the top right of the page!

    Look for this button at the top right of the page!


  1. Copy the corresponding skill md file from the repo to your project.

  1. Edit 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.

    2026-01-13 at 01.16.18@2x.png


  1. 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>"]
    		}
    	}
    }
    

  1. Go to page and copy the database ID from the URL. You’ll need it.
    1. eg. https://www.notion.so/wustep/**2e75cb08cf2c8033b424e59d31623ed0**?v=2e75cb08cf2c80ff9876000cced17060 ← note the bolded part.