Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_create_project

Create and manage new Todoist projects with customizable options like name, color, view style, and parent project for organized task tracking and productivity.

Instructions

Create a new project

Input Schema

NameRequiredDescriptionDefault
colorNoProject color (optional)
isFavoriteNoWhether to mark as favorite (optional)
nameYesThe name of the project
parentIdNoParent project ID for creating a sub-project (optional)
viewStyleNoProject view style: 'list' or 'board' (optional)

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Project color (optional)", "type": "string" }, "isFavorite": { "description": "Whether to mark as favorite (optional)", "type": "boolean" }, "name": { "description": "The name of the project", "type": "string" }, "parentId": { "description": "Parent project ID for creating a sub-project (optional)", "type": "string" }, "viewStyle": { "description": "Project view style: 'list' or 'board' (optional)", "enum": [ "list", "board" ], "type": "string" } }, "required": [ "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kydycode/todoist-mcp-server-ext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server