Skip to content
Cursor

Google Tasks MCP Server for Cursor

io.github.ebmurha/google-tasks-mcp

Manage Google Tasks from MCP-compatible AI clients.

client:Cursor transport:stdio runtime:pypi

Install Google Tasks MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "google-tasks-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google Tasks MCP Server in other clients