Manage Todoist tasks and projects. Create, update, and organize tasks, set due dates, and track productivity.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Get your API token from https://todoist.com/app/settings/integrations/developer 2. Copy the API token CLI Command: TODOIST_API_TOKEN=... claude mcp add todoist -- npx -y mcp-server-todoist Features: - Create and complete tasks - Organize with projects and labels - Set priorities and due dates - Manage recurring tasks
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["-y", "mcp-server-todoist"],
"env": {
"TODOIST_API_TOKEN": "..."
}
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.