Agent Plugins Marketplace
All plugins

notion

v0.1.5-ghast.1

Search, create, and update Notion content through Notion's official MCP server.

Agent Plugins4 Skills1 MCP serverStreamable HTTP

By Notion and OpenAILicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 30, 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

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/notion/
├── 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 independent 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/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "notion",
  "version": "0.1.5-ghast.1",
  "description": "Search, create, and update Notion content through Notion's official MCP server.",
  "author": {
    "name": "Notion and OpenAI"
  },
  "homepage": "https://developers.notion.com/guides/mcp/overview",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "productivity",
      "upstreamRevision": "11c74d6ba24d3a6d48f54a194cd00ef3beea18f9",
      "icon": "./assets/icon.svg"
    }
  }
}

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-2)