Google Tasks MCP for Grok
io.github.a1-x-tech/mcp-google-tasks
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
client:Grok
transport:stdio
runtime:npm
Install Google Tasks MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-google-tasks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_OAUTH_PORT": "<GOOGLE_TASKS_OAUTH_PORT>",
"GOOGLE_TASKS_API_BASE": "<GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs