Gtasks MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from npm. Last commit 19 Jul 2026.
Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
We read the source, 2 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
ENV GOOGLE_CLIENT_SECRET=""
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add gtasks-mcp -- npx -y @alvincrave/gtasks-mcp
{
"mcpServers": {
"gtasks-mcp": {
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.gtasks-mcp]
command = "npx"
args = ["-y", "@alvincrave/gtasks-mcp"]
{
"mcpServers": {
"gtasks-mcp": {
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gtasks-mcp": {
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_CLIENT_ID (Google OAuth client ID), GOOGLE_CLIENT_SECRET (Google OAuth client secret), GOOGLE_REFRESH_TOKEN (Google OAuth refresh token with Tasks scope).
The author declared them in the registry entry; get the values from the project itself.
Allow AI systems to list, search, and manage contacts via Google Contacts.
Allow AI systems to list, create, update, and manage Google Calendar events.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
Schedule smarter - create, search, and manage Google Calendar events through AI.
MCP server for the Google People API: search, create, update and delete contacts and groups.
Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.
Answers built from our own checks of this server.