Google Tasks
Integrates with Google Tasks to enable searching, listing, creating, updating, and deleting tasks through MCP tools. It provides a comprehensive interface for managing task lists and individual task details via the Google Tasks API.
What is Google Tasks?
Google Tasks is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to integrates with google tasks to enable searching, listing, creating, updating, and deleting tasks through mcp tools. it provides a comprehensive interface for managing task lists and individual task d...
Integrates with Google Tasks to enable searching, listing, creating, updating, and deleting tasks through MCP tools. It provides a comprehensive interface for managing task lists and individual task details via the Google Tasks API.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Integrates with Google Tasks to enable searching, listing, c
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx google-tasks-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Google Tasks
The Google Tasks MCP server connects AI assistants to your Google Tasks account via the Google Tasks API, enabling natural language management of task lists and individual tasks. It exposes six tools — search, list, create, update, delete, and clear — so you can ask your AI assistant to add tasks with due dates, mark items complete, search for specific tasks, and clear completed items from any list. Authentication uses Google OAuth2, and the server is designed for local use with credentials stored securely on your machine.
Prerequisites
- Node.js 18+ installed
- A Google Cloud project with the Tasks API enabled
- An OAuth 2.0 Client ID (Desktop App type) downloaded from Google Cloud Console
- An MCP client such as Claude Desktop
- npm to build the project from source (no published npm package; runs from built dist/)
Enable the Google Tasks API and create OAuth credentials
In Google Cloud Console, create or select a project, enable the Tasks API, configure an OAuth consent screen, add the scope https://www.googleapis.com/auth/tasks, and download an OAuth Client ID JSON file for a Desktop App.
Clone the repository and install dependencies
Clone the gtasks-mcp repository, place your downloaded OAuth credentials file in the project root as gcp-oauth.keys.json, then install npm dependencies.
git clone https://github.com/zcaceres/gtasks-mcp
cd gtasks-mcp
# Place your OAuth credentials file:
cp ~/Downloads/client_secret_*.json gcp-oauth.keys.json
npm installBuild the project
Compile the TypeScript source to the dist/ directory. Use npm run watch during development for automatic recompilation.
npm run buildAuthenticate with Google
Run the auth flow to complete the Google OAuth2 handshake. A browser window will open for you to log in and grant access. The resulting credentials are saved to .gdrive-server-credentials.json in the project root.
npm run start authConfigure Claude Desktop to use the server
Add the server to your Claude Desktop MCP config, pointing to the absolute path of the compiled dist/index.js file on your machine.
Google Tasks Examples
Client configuration
Add the Google Tasks MCP server to Claude Desktop's config. Replace the path with the absolute path to the dist/index.js file in your cloned repository.
{
"mcpServers": {
"gtasks": {
"command": "/opt/homebrew/bin/node",
"args": ["/Users/you/gtasks-mcp/dist/index.js"]
}
}
}Prompts to try
Once connected, use these prompts with Claude to manage your Google Tasks.
- "List all my tasks in Google Tasks"
- "Create a task called 'Review Q3 budget' due next Friday"
- "Search for tasks mentioning 'invoice'"
- "Mark the task 'Buy groceries' as completed"
- "Clear all completed tasks from my default task list"Troubleshooting Google Tasks
OAuth authentication fails or browser does not open
Ensure gcp-oauth.keys.json is in the project root and contains valid Desktop App OAuth credentials (not Web App type). If the browser does not open automatically, copy the URL printed to the terminal and open it manually.
'Tasks API has not been used in project' error
Go to Google Cloud Console > APIs & Services > Enable APIs, search for 'Tasks API', and enable it for your project. It can take a few minutes for the change to propagate.
Claude Desktop shows 'server disconnected' for gtasks
Verify the path to dist/index.js in your config is an absolute path and the file exists (run npm run build first). Also confirm the node binary path matches your system — run which node to find the correct path.
Frequently Asked Questions about Google Tasks
What is Google Tasks?
Google Tasks is a Model Context Protocol (MCP) server that integrates with google tasks to enable searching, listing, creating, updating, and deleting tasks through mcp tools. it provides a comprehensive interface for managing task lists and individual task details via the google tasks api. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Google Tasks?
Follow the installation instructions on the Google Tasks GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Google Tasks?
Google Tasks works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Google Tasks free to use?
Yes, Google Tasks is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Google Tasks Alternatives — Similar Business Applications Servers
Looking for alternatives to Google Tasks? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Google Tasks in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Google Tasks?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.