
Create Database Row
- 28 installs
- 19 repo stars
- Updated February 7, 2026
- makenotion/cursor-notion-plugin
create-database-row adds records to Notion databases via MCP.
About
The create-database-row skill inserts new records into Notion databases using the Notion MCP server, mapping user-provided field values to database properties with human-readable confirmation of created rows.
- Creates Notion database rows via MCP.
- Maps fields to database properties.
- Human-readable creation confirmation.
Create Database Row by the numbers
- 28 all-time installs (skills.sh)
- Ranked #1,889 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 25, 2026 (Skillselion catalog sync)
create-database-row capabilities & compatibility
- Capabilities
- create database row
- Works with
- notion
- Use cases
- project management
What create-database-row says it does
create-database-row
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-database-rowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 28 |
|---|---|
| repo stars | ★ 19 |
| Last updated | February 7, 2026 |
| Repository | makenotion/cursor-notion-plugin ↗ |
How do I add a row to a Notion database?
Create rows in Notion databases via Notion MCP from Cursor plugin.
Who is it for?
Users inserting tasks or records into Notion DBs.
Skip if: Skip for page-only content without databases.
When should I use this skill?
User wants to create a Notion database entry.
What you get
New Notion database page with specified properties.
Files
Create Database Row
Use the Notion MCP server to insert a new row into a Notion database.
Workflow
1. Interpret the request to extract:
- Target database (by name or ID)
- A set of properties expressed as
key=valuepairs (e.g. "Severity=High Owner=Alice Status=Open").
2. Resolve the database:
- If multiple matches, ask the user to choose.
3. Map the provided keys to the database's actual property names, handling minor naming differences. 4. Validate required properties:
- If a required property is missing, ask the user for the value before creating the row.
5. Create the row and confirm with:
- The resolved database name
- The new row's key properties
- A link or identifier.
Important
Be robust to capitalization and spacing in property names. Explain any properties you had to infer or skip.
Related skills
FAQ
What does create-database-row do?
create-database-row adds records to Notion databases via MCP.
When should I use create-database-row?
User wants to create a Notion database entry.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.