Agent Plugins Marketplace
All plugins

notion

v0.1.7

Notion workflows for implementation planning, research synthesis, meeting preparation, and knowledge capture.

Codex4 Skills1 MCP serverStreamable HTTP

By NotionLicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install notion for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add notion@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “notion” remain stable.

  • Codex: notion@agent-plugin-marketplacenotion@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/notion/.

Plugin files

plugins/notion/
├── .codex-plugin/plugin.json
├── skills/notion-knowledge-capture/SKILL.md
├── skills/notion-meeting-intelligence/SKILL.md
├── skills/notion-research-documentation/SKILL.md
├── skills/notion-spec-to-implementation/SKILL.md
└── .mcp.json

Included Skills4

notion-knowledge-captureskills/notion-knowledge-capture/SKILL.md

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

notion-meeting-intelligenceskills/notion-meeting-intelligence/SKILL.md

Prepare meeting materials with Notion context and supplemental research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

notion-research-documentationskills/notion-research-documentation/SKILL.md

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

notion-spec-to-implementationskills/notion-spec-to-implementation/SKILL.md

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

MCP servers1

notionStreamable HTTP
url
https://mcp.notion.com/mcp

Plugin manifests1

plugins/notion/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "email": "[email protected]",
    "name": "Notion",
    "url": "https://openai.com/"
  },
  "description": "Notion workflows for implementation planning, research synthesis, meeting preparation, and knowledge capture.",
  "homepage": "https://www.notion.so/",
  "interface": {
    "brandColor": "#111111",
    "brandColorDark": "#EEEEEE",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "category": "Productivity",
    "composerIcon": "./assets/notion-small.svg",
    "defaultPrompt": [
      "Search Notion workspace content, update pages, or turn specs, notes, and meeting context into structured outputs"
    ],
    "developerName": "Notion",
    "displayName": "Notion",
    "logo": "./assets/notion.png",
    "logoDark": "./assets/notion-dark.png",
    "longDescription": "Notion workflows for turning specs into implementation plans, synthesizing research into structured documentation, preparing meeting materials with workspace context, and capturing decisions or conversations into durable knowledge pages.",
    "privacyPolicyURL": "https://www.notion.com/help/privacy",
    "screenshots": [],
    "shortDescription": "Notion workflows for specs, research, meetings, and knowledge capture",
    "termsOfServiceURL": "https://www.notion.so/legal/terms-of-use",
    "websiteURL": "https://www.notion.so/"
  },
  "keywords": [
    "notion",
    "wiki",
    "notes",
    "docs",
    "projects",
    "databases",
    "documentation",
    "research",
    "meeting-prep",
    "knowledge-management",
    "planning"
  ],
  "license": "MIT",
  "mcpServers": "./.mcp.json",
  "name": "notion",
  "repository": "https://github.com/openai/plugins",
  "skills": "./skills/",
  "version": "0.1.7"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[notion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/notion)