A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Notion Skills + Notion MCP server packaged as a Cursor plugin
This repository provides an official Cursor plugin that bundles:
This plugin allows Cursor users to install everything — Skills + MCP server — with one click.
Includes high-quality skills for working with Notion:
| Skill | Description |
|---|---|
| Knowledge Capture | Transform conversations into structured Notion documentation |
| Meeting Intelligence | Prepare meeting materials with context and research |
| Research Documentation | Search, synthesize, and document research findings |
| Spec to Implementation | Turn specs into tasks with progress tracking |
Cursor automatically connects to Notion's hosted MCP server at:
https://mcp.notion.com/mcp
This provides tools to:
| Skill | Description |
|---|---|
search | Search your entire Notion workspace |
find | Quick title-based search for pages/databases |
create-page | Create a new page under a given parent |
create-task | Create a task in a Tasks-style database |
create-database-row | Insert a row in any database |
database-query | Query a database by name or ID |
tasks-setup | Set up a Notion task board for tracking |
tasks-build | Build a task from a Notion page URL |
tasks-plan | Create implementation plan from a spec |
tasks-explain-diff | Generate a Notion doc explaining code changes |
knowledge-capture | Capture knowledge from conversations |
meeting-intelligence | Prepare comprehensive meeting materials |
research-documentation | Research and document topics from Notion |
spec-to-implementation | Convert specs to implementation plans |
In Cursor, add this plugin from the marketplace or install directly from GitHub:
makenotion/cursor-notion-plugin
The Notion MCP server supports OAuth. You'll be prompted to authenticate with your Notion account when first using the plugin.
Ask Cursor to search for content:
cursor-notion-plugin/
├── .cursor/
│ └── plugin.json # Plugin manifest
├── mcp.json # MCP server configuration
├── README.md # This file
└── skills/ # All skills as SKILL.md files
├── search/
├── find/
├── create-page/
├── create-task/
├── create-database-row/
├── database-query/
├── tasks-setup/
├── tasks-build/
├── tasks-plan/
├── tasks-explain-diff/
├── knowledge-capture/
├── meeting-intelligence/
├── research-documentation/
└── spec-to-implementation/
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots