mcp-server-gtasks

qaware/mcp-server-gtasks
★ 0 stars Go 📦 Other Updated today
MCP Server for Google Tasks, based on go-mcp
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-gtasks": {
      "command": "go",
      "args": [
        "run",
        "github.com/qaware/mcp-server-gtasks@latest"
      ]
    }
  }
}