Google Tasks MCP Server
Rank #13,313io.github.alvinjchoi/gtasks-mcp
Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
Google Tasks MCP Server is a Model Context Protocol (MCP) server published by alvinjchoi. It ranks #13,313 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Google Tasks MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jan 4, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 118,733 of 132,046 servers on MCP Toplist.
Use Google Tasks MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gtasks-mcp -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "GOOGLE_REFRESH_TOKEN=<your GOOGLE_REFRESH_TOKEN>" -- npx -y @alvincrave/gtasks-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gtasks-mcp]
command = "npx"
args = ["-y", "@alvincrave/gtasks-mcp"]
[mcp_servers.gtasks-mcp.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
GOOGLE_REFRESH_TOKEN = "<your GOOGLE_REFRESH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gtasks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}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.alvinjchoi%2Fgtasks-mcp)<a href="https://mcptoplist.com/server/io.github.alvinjchoi%2Fgtasks-mcp"><img src="https://mcptoplist.com/badge/io.github.alvinjchoi%2Fgtasks-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
alvinjchoi
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Google Tasks MCP Server?
- Google Tasks MCP Server is maintained by alvinjchoi, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Google Tasks MCP Server listed on the Official MCP Registry?
- Yes — Google Tasks MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Google Tasks MCP Server have?
- MCP Toplist tracks 1 version of Google Tasks MCP Server, most recently published on Jul 19, 2026.
- Where can I find the source code for Google Tasks MCP Server?
- The source code for Google Tasks MCP Server is hosted at github.com/alvinjchoi/gtasks-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.