LogoSTMCP
Download
gtasks-mcp

Google Tasks MCP Server

Google Tasks MCP Server integrates with Google Tasks API to enable listing, reading, searching, creating, updating, and deleting tasks through Claude AI's Model Context Protocol.

Tools

Search for tasks in Google Tasks.

2. list

List all tasks in Google Tasks.

3. create

Create a new task in Google Tasks.

4. update

Update an existing task in Google Tasks.

5. delete

Delete a task in Google Tasks.

6. clear

Clear completed tasks from a Google Tasks task list.

Open Graph image for Google Tasks MCP Server

JSON Config

{
  "mcpServers": {
    "gtasks": {
      "command": "/opt/homebrew/bin/node",
      "args": [
        "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
      ]
    }
  }
}

Useful Links

Information