id = "todoist" name = "Todoist" description = "Manage Todoist tasks, projects, and labels through the MCP server" category = "productivity" icon = "✅" tags = ["tasks", "todo", "project-management", "productivity", "gtd"] [transport] type = "stdio" command = "npx" args = ["@modelcontextprotocol/server-todoist"] [[required_env]] name = "TODOIST_API_KEY" label = "Todoist API Token" help = "Your personal API token from Todoist settings" is_secret = true get_url = "https://todoist.com/prefs/integrations" [health_check] interval_secs = 60 unhealthy_threshold = 3 setup_instructions = """ 1. Open Todoist and go to Settings > Integrations > Developer (https://todoist.com/prefs/integrations). 2. Copy your API token from the 'API token' section. 3. Paste the token into the TODOIST_API_KEY field above. """