tasks-build
Build Task from Notion
Build a task that is tracked in Notion. The user may be watching the Notion board, so all feedback should be sent through Notion.
Input
The user provides a Notion task URL.
Workflow
1. Fetch the task details
Use the Notion MCP tools to:
- Get the page content including title, description, and any relevant properties
- Look for acceptance criteria, requirements, or specifications
- Read any linked pages or references if needed
2. Mark in progress
More from makenotion/cursor-notion-plugin
database-query
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
23search
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
17find
Quickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.
11tasks-plan
Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
11create-database-row
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
11create-page
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
10