{"slug":"ebmurha/google-tasks-mcp","name":"Google Tasks MCP","description":"Manage Google Tasks from your AI assistant using natural language.","category":"productivity","tags":[],"official":false,"stars":0,"transport":"stdio","install":[{"cmd":"pip install -e","imports":[]}],"tools":[{"name":"list_tasklists","description":"List all tasklists"},{"name":"create_tasklist","description":"Create a new tasklist"},{"name":"get_tasklist","description":"Get a specific tasklist by ID or title"},{"name":"update_tasklist","description":"Update a tasklist's properties"},{"name":"delete_tasklist","description":"Delete a tasklist (requires confirm: true; non-empty lists require force: true)"},{"name":"list_tasks","description":"List tasks from a tasklist (uses DEFAULT_TASKLIST or first list if omitted)"},{"name":"get_task","description":"Get a specific task from a tasklist"},{"name":"today","description":"Get tasks due today (reads all tasklists if tasklist omitted)"},{"name":"overdue","description":"Get overdue tasks (reads all tasklists if tasklist omitted)"},{"name":"upcoming","description":"Get upcoming tasks (reads all tasklists if tasklist omitted)"},{"name":"search","description":"Search tasks across tasklists (reads all tasklists if tasklist omitted)"},{"name":"digest","description":"Get a digest of tasks with context (reads all tasklists if tasklist omitted)"},{"name":"clear_completed","description":"Clear completed tasks from a tasklist (requires confirm: true)"},{"name":"add","description":"Add a new task to a tasklist"},{"name":"complete","description":"Mark a task as completed"},{"name":"update","description":"Update a task's properties"},{"name":"uncomplete","description":"Mark a task as not completed"},{"name":"delete","description":"Delete a task"},{"name":"move","description":"Move a task to a different position or tasklist"}],"env_vars":["MCP_BEARER_TOKEN","GOOGLE_CLIENT_ID","GOOGLE_CLIENT_SECRET","BIND_HOST","BIND_PORT","MCP_OAUTH_CLIENT_ID","MCP_OAUTH_CLIENT_SECRET","MCP_OAUTH_SIGNING_SECRET"],"auth_type":"none","github":"https://github.com/ebmurha/google-tasks-mcp","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Mon May 25"}