Files
openfang/crates/openfang-extensions/integrations/todoist.toml
T
2026-03-08 22:29:54 +03:00

29 lines
793 B
TOML

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 = ["-y", "todoist-mcp"]
[[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.
"""