notion
v0.1.5-ghast.1Search, create, and update Notion content through Notion's official MCP server.
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-pluginsClone 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
├── 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
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
Prepare meeting materials with Notion context and independent research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
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
- url
- https://mcp.notion.com/mcp
Plugin manifests1
{
"$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"
}
}
}For maintainers
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)