Back to MCP Servers
Gtasks
An MCP server to Manage Google Tasks
communicationgo
By zcaceres
Installation
npx -y gtasks-mcpConfiguration
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": ["-y", "gtasks-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes