Skip to content
Claude Desktop

Google Tasks MCP Server for Claude Desktop

io.github.ebmurha/google-tasks-mcp

Manage Google Tasks from MCP-compatible AI clients.

client:Claude Desktop transport:stdio runtime:pypi

Install Google Tasks MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-tasks-mcp": {
      "command": "uvx",
      "args": [
        "google-tasks-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REDIRECT_URI": "<GOOGLE_REDIRECT_URI>",
        "DB_PATH": "<DB_PATH>",
        "DEFAULT_TASKLIST": "<DEFAULT_TASKLIST>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Google Tasks MCP Server in other clients