Google Tasks MCP
Rank #25,499io.github.A1-x-Tech/mcp-google-tasks
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
Google Tasks MCP is a Model Context Protocol (MCP) server published by A1-x-Tech. It ranks #25,499 of 115,460 servers tracked on MCP Toplist. Google Tasks MCP is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 89,961 of 115,460 servers on MCP Toplist.
Use Google Tasks MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-google-tasks -e "GOOGLE_TASKS_CLIENT_ID=<your GOOGLE_TASKS_CLIENT_ID>" -e "GOOGLE_TASKS_CLIENT_SECRET=<your GOOGLE_TASKS_CLIENT_SECRET>" -e "GOOGLE_TASKS_REFRESH_TOKEN=<your GOOGLE_TASKS_REFRESH_TOKEN>" -e "GOOGLE_TASKS_ACCESS_TOKEN=<your GOOGLE_TASKS_ACCESS_TOKEN>" -e "GOOGLE_TASKS_API_BASE=<your GOOGLE_TASKS_API_BASE>" -e "GOOGLE_TASKS_TIMEOUT_MS=<your GOOGLE_TASKS_TIMEOUT_MS>" -e "GOOGLE_TASKS_MAX_RETRIES=<your GOOGLE_TASKS_MAX_RETRIES>" -- npx -y mcp-google-tasksReplace each placeholder with your own value before saving.
[mcp_servers.mcp-google-tasks]
command = "npx"
args = ["-y", "mcp-google-tasks"]
[mcp_servers.mcp-google-tasks.env]
GOOGLE_TASKS_CLIENT_ID = "<your GOOGLE_TASKS_CLIENT_ID>"
GOOGLE_TASKS_CLIENT_SECRET = "<your GOOGLE_TASKS_CLIENT_SECRET>"
GOOGLE_TASKS_REFRESH_TOKEN = "<your GOOGLE_TASKS_REFRESH_TOKEN>"
GOOGLE_TASKS_ACCESS_TOKEN = "<your GOOGLE_TASKS_ACCESS_TOKEN>"
GOOGLE_TASKS_API_BASE = "<your GOOGLE_TASKS_API_BASE>"
GOOGLE_TASKS_TIMEOUT_MS = "<your GOOGLE_TASKS_TIMEOUT_MS>"
GOOGLE_TASKS_MAX_RETRIES = "<your GOOGLE_TASKS_MAX_RETRIES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<your GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<your GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<your GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<your GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_API_BASE": "<your GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<your GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<your GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<your GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<your GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<your GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<your GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_API_BASE": "<your GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<your GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<your GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-google-tasks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<your GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<your GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<your GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<your GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_API_BASE": "<your GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<your GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<your GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<your GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<your GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<your GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<your GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_API_BASE": "<your GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<your GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<your GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<your GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<your GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<your GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<your GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_API_BASE": "<your GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<your GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<your GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.A1-x-Tech%2Fmcp-google-tasks)<a href="https://mcptoplist.com/server/io.github.A1-x-Tech%2Fmcp-google-tasks"><img src="https://mcptoplist.com/badge/io.github.A1-x-Tech%2Fmcp-google-tasks.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
A1-x-Tech
Other servers by A1-x-Tech
- Yandex Merchants MCP#8,719 · 4 vers
- Yandex Audience MCP#8,997 · 4 vers
- Yandex Delivery MCP#9,185 · 4 vers
- Google Tag Manager MCP#10,278 · 4 vers
- Google Forms MCP#10,534 · 4 vers
- Google Merchant Center MCP#10,535 · 4 vers
- Google Business Profile MCP#10,670 · 4 vers
- Google CrUX MCP#10,671 · 4 vers
- Yango Delivery MCP#10,819 · 4 vers
- Yango Tech Retail MCP#10,820 · 4 vers
- Google Search Console MCP#10,973 · 4 vers
- Avito Ads MCP#12,271 · 3 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Google Tasks MCP?
- Google Tasks MCP is maintained by A1-x-Tech, which publishes 24 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Google Tasks MCP listed on the Official MCP Registry?
- Yes — Google Tasks MCP is listed on the Official MCP Registry.
- How many versions does Google Tasks MCP have?
- MCP Toplist tracks 1 version of Google Tasks MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Google Tasks MCP?
- The source code for Google Tasks MCP is hosted at github.com/A1-x-Tech/mcp-google-tasks.