Skip to content
Zed

Google Tasks MCP Server for Zed

io.github.ebmurha/google-tasks-mcp

Manage Google Tasks from MCP-compatible AI clients.

client:Zed transport:stdio runtime:pypi

Install Google Tasks MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Google Tasks MCP Server in other clients