mcpbeat Sign in

Google Tasks MCP Server

local only

Google Tasks runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 2 Sep 2026.

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

Installs per day peak 24 · avg 1
a month agotoday
44
Installs / week
npm · @girmmy/google-tasks-mcp-server
1
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Tasks every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-tasks -- npx -y @girmmy/google-tasks-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-tasks": {
      "args": [
        "-y",
        "@girmmy/google-tasks-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-tasks]
command = "npx"
args = ["-y", "@girmmy/google-tasks-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-tasks": {
      "args": [
        "-y",
        "@girmmy/google-tasks-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-tasks": {
      "args": [
        "-y",
        "@girmmy/google-tasks-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google Tasks

same job, measured the same way
Google Tasks MCP
by a1-x-tech

MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.

63 installs/wk local only
Gtasks MCP
by alvinjchoi

Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.

167 installs/wk local only
Gcal
by mintmcp

A MCP server that works with Google Calendar to manage event listing, reading, and updates.

answering
Google Contacts MCP
by a1-x-tech

MCP server for the Google People API: search, create, update and delete contacts and groups.

60 installs/wk local only
Calendar MCP
by deciduus

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

1 045 installs/wk local only
Google Keep
by mcp-dir

Google Keep MCP, read and edit your notes, lists, labels and collaborators. Connect with your Google

30 tools answering
Google Calendar
by domdomegg

Allow AI systems to list, create, update, and manage Google Calendar events.

38 installs/wk local only
MCP Calendar
by infoinlet-marketplace

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.

17 installs/wk local only

Google Tasks — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Tasks?
Google Tasks runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @girmmy/google-tasks-mcp-server was installed 44 times last week.
How do I connect Google Tasks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @girmmy/google-tasks-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Google Tasks?
The npm package @girmmy/google-tasks-mcp-server was installed 44 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Tasks open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.