Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Todoist Official MCP Server
check-square

Todoist Official MCP Server MCP Server

Official Todoist task management integration

todoisttasksproductivityofficial

About

## Todoist Official MCP Server: Task Management The **Todoist Official MCP Server** integrates Todoist's powerful task manager into Google Antigravity, enabling developers to organize tasks, projects, and productivity workflows through AI-assisted task management. ### Why Todoist MCP? - **Natural Language**: Add tasks with natural language processing - **Projects & Sections**: Organize with hierarchical projects - **Filters & Labels**: Advanced filtering with custom labels - **Integrations**: 80+ integrations with other tools - **Karma System**: Gamified productivity tracking ### Key Features #### 1. Task Management ```javascript // Create task with natural language const task = await todoist.addTask({ content: "Review PR #123 @backend p1", description: "Check for security vulnerabilities", dueString: "tomorrow at 10am", priority: 4, projectId: "project_123", labels: ["code-review", "urgent"] }); // List tasks const tasks = await todoist.getTasks({ filter: "today | overdue", projectId: "project_123" }); // Complete task await todoist.closeTask({ id: task.id }); // Update task await todoist.updateTask({ id: task.id, content: "Review PR #123 - Security focus", priority: 3 }); ``` #### 2. Projects and Labels ```javascript // Create project const project = await todoist.addProject({ name: "Q1 Development", color: "blue", parentId: "parent_project_id" }); // Add section to project const section = await todoist.addSection({ name: "In Progress", projectId: project.id }); // Create label const label = await todoist.addLabel({ name: "urgent", color: "red" }); // Get project tasks const projectTasks = await todoist.getTasks({ projectId: project.id }); // Get productivity stats const stats = await todoist.getProductivityStats(); ``` ### Configuration ```json { "mcpServers": { "todoist": { "command": "npx", "args": ["-y", "@anthropic/mcp-todoist"], "env": { "TODOIST_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Personal Productivity**: Manage personal tasks with smart scheduling. **Project Planning**: Organize development work in projects with sections. **Team Coordination**: Share projects and delegate tasks to team members. The Todoist MCP Server brings smart task management to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "todoist": {
      "mcpServers": {
        "todoist": {
          "env": {
            "TODOIST_API_TOKEN": "YOUR_API_TOKEN"
          },
          "args": [
            "-y",
            "@doist/todoist-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API token from Todoist integrations
  2. 2Configure TODOIST_API_TOKEN
  3. 3Supports bulk task operations

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers