google tasks for Grok
io.github.girmmy/google-tasks
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
client:Grok
transport:stdio
runtime:npm
Install google tasks in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"google-tasks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@girmmy/google-tasks-mcp-server"
],
"env": {
"GOOGLE_TASKS_CLIENT_SECRET": "<GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_TOKEN_PATH": "<GOOGLE_TASKS_TOKEN_PATH>",
"GOOGLE_TASKS_OAUTH_PORT": "<GOOGLE_TASKS_OAUTH_PORT>"
}
}
}
}
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